summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsserver/nfs_nfsdstate.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 16:07:25 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 16:07:25 +0000
commit21e15c627b437ebb6b2484e5bf02433292d6e981 (patch)
tree83a4fbd4e36e7b4310963c0c66a3dd4eff30825b /sys/fs/nfsserver/nfs_nfsdstate.c
parentdf42baabd1d79999ce438d0ee0394c8893c53ae8 (diff)
downloadFreeBSD-src-21e15c627b437ebb6b2484e5bf02433292d6e981.zip
FreeBSD-src-21e15c627b437ebb6b2484e5bf02433292d6e981.tar.gz
NFS: spelling fixes on comments.
No funcional change.
Diffstat (limited to 'sys/fs/nfsserver/nfs_nfsdstate.c')
-rw-r--r--sys/fs/nfsserver/nfs_nfsdstate.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c
index c0a5a6e..b096501 100644
--- a/sys/fs/nfsserver/nfs_nfsdstate.c
+++ b/sys/fs/nfsserver/nfs_nfsdstate.c
@@ -1635,7 +1635,7 @@ tryagain:
if (new_stp->ls_flags & NFSLCK_TEST) {
/*
* RFC 3530 does not list LockT as an op that renews a
- * lease, but the concensus seems to be that it is ok
+ * lease, but the consensus seems to be that it is ok
* for a server to do so.
*/
error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
@@ -1742,7 +1742,7 @@ tryagain:
* If the seqid part of the stateid isn't the same, return
* NFSERR_OLDSTATEID for cases other than I/O Ops.
* For I/O Ops, only return NFSERR_OLDSTATEID if
- * nfsrv_returnoldstateid is set. (The concensus on the email
+ * nfsrv_returnoldstateid is set. (The consensus on the email
* list was that most clients would prefer to not receive
* NFSERR_OLDSTATEID for I/O Ops, but the RFC suggests that that
* is what will happen, so I use the nfsrv_returnoldstateid to
@@ -1971,7 +1971,7 @@ tryagain:
* - there is a conflict if a different client has any delegation
* - there is a conflict if the same client has a read delegation
* (I don't understand why this isn't allowed, but that seems to be
- * the current concensus?)
+ * the current consensus?)
*/
tstp = LIST_FIRST(&lfp->lf_deleg);
while (tstp != LIST_END(&lfp->lf_deleg)) {
@@ -2438,7 +2438,7 @@ tryagain:
* For Open with other Write Access or any Deny except None
* - there is a conflict if a different client has any delegation
* - there is a conflict if the same client has a read delegation
- * (The current concensus is that this last case should be
+ * (The current consensus is that this last case should be
* considered a conflict since the client with a read delegation
* could have done an Open with ReadAccess and WriteDeny
* locally and then not have checked for the WriteDeny.)
@@ -2731,7 +2731,7 @@ tryagain:
* For Open with other Write Access or any Deny except None
* - there is a conflict if a different client has any delegation
* - there is a conflict if the same client has a read delegation
- * (The current concensus is that this last case should be
+ * (The current consensus is that this last case should be
* considered a conflict since the client with a read delegation
* could have done an Open with ReadAccess and WriteDeny
* locally and then not have checked for the WriteDeny.)
@@ -4396,7 +4396,7 @@ tryagain:
* nfsrvboottime does not, somehow, get set to a previous one.
* (This is important so that Stale ClientIDs and StateIDs can
* be recognized.)
- * The number of previous nfsvrboottime values preceeds the list.
+ * The number of previous nfsvrboottime values precedes the list.
* - followed by some number of appended records with:
* - client id string
* - flag that indicates it is a record revoking state via lease
OpenPOWER on IntegriCloud