nfsserver: Fix a typo in a source code comment
- s/preceeded/preceded/ MFC after: 3 days
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user