svn commit: r299203 - head/sys/fs/nfsserver

Pedro F. Giffuni pfg at FreeBSD.org
Fri May 6 23:40:38 UTC 2016


Author: pfg
Date: Fri May  6 23:40:37 2016
New Revision: 299203
URL: https://svnweb.freebsd.org/changeset/base/299203

Log:
  nfsserver: minor spelling fix in comment.
  
  No functional change.

Modified:
  head/sys/fs/nfsserver/nfs_nfsdkrpc.c

Modified: head/sys/fs/nfsserver/nfs_nfsdkrpc.c
==============================================================================
--- head/sys/fs/nfsserver/nfs_nfsdkrpc.c	Fri May  6 23:37:19 2016	(r299202)
+++ head/sys/fs/nfsserver/nfs_nfsdkrpc.c	Fri May  6 23:40:37 2016	(r299203)
@@ -231,7 +231,7 @@ nfssvc_program(struct svc_req *rqst, SVC
 		 * Get a refcnt (shared lock) on nfsd_suspend_lock.
 		 * NFSSVC_SUSPENDNFSD will take an exclusive lock on
 		 * nfsd_suspend_lock to suspend these threads.
-		 * The call to nfsv4_lock() that preceeds nfsv4_getref()
+		 * The call to nfsv4_lock() that precedes nfsv4_getref()
 		 * ensures that the acquisition of the exclusive lock
 		 * takes priority over acquisition of the shared lock by
 		 * waiting for any exclusive lock request to complete.


More information about the svn-src-all mailing list