Date: Fri, 6 May 2016 23:40:37 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299203 - head/sys/fs/nfsserver Message-ID: <201605062340.u46NebO2056094@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605062340.u46NebO2056094>