git: afe666a8db82 - main - nfsserver: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Feb 2026 12:03:00 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=afe666a8db82c42fe0b8d55d3142c9d305d1bc28
commit afe666a8db82c42fe0b8d55d3142c9d305d1bc28
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-02-08 12:02:40 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-02-08 12:02:40 +0000
nfsserver: Fix a typo in a source code comment
- s/preceeded/preceded/
MFC after: 3 days
---
sys/fs/nfsserver/nfs_nfsdstate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c
index cb8bbc45b379..845949b8f630 100644
--- a/sys/fs/nfsserver/nfs_nfsdstate.c
+++ b/sys/fs/nfsserver/nfs_nfsdstate.c
@@ -4202,7 +4202,7 @@ nfsrv_getclientipaddr(struct nfsrv_descript *nd, struct nfsclient *clp)
/*
* Parse out the address fields. We expect 6 decimal numbers
* separated by '.'s for AF_INET and two decimal numbers
- * preceeded by '.'s for AF_INET6.
+ * preceded by '.'s for AF_INET6.
*/
cp = NULL;
switch (af) {