nfsserver: Fix a typo in a source code comment

- s/preceeded/preceded/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2026-02-08 13:02:40 +01:00
parent 3e46676638
commit afe666a8db
+1 -1
View File
@@ -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) {