summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-12-28 10:03:48 +0000
committerdelphij <delphij@FreeBSD.org>2005-12-28 10:03:48 +0000
commitfc7124b63109f5a496e22f37c58fdcb3d5d0e758 (patch)
tree9a2324b032b2a2b4b2272f6f4aeb2c6c40bdd100 /sys/nfsclient
parent4c64851f64006eecf106a8e1bce5bad3bda672f8 (diff)
downloadFreeBSD-src-fc7124b63109f5a496e22f37c58fdcb3d5d0e758.zip
FreeBSD-src-fc7124b63109f5a496e22f37c58fdcb3d5d0e758.tar.gz
Correct a typo
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c
index 6634190..445030d 100644
--- a/sys/nfsclient/nfs_vnops.c
+++ b/sys/nfsclient/nfs_vnops.c
@@ -2631,7 +2631,7 @@ nfs_flush(struct vnode *vp, int waitfor, struct thread *td,
passone = 0;
/*
* A b_flags == (B_DELWRI | B_NEEDCOMMIT) block has been written to the
- * server, but nas not been committed to stable storage on the server
+ * server, but has not been committed to stable storage on the server
* yet. On the first pass, the byte range is worked out and the commit
* rpc is done. On the second pass, nfs_writebp() is called to do the
* job.
OpenPOWER on IntegriCloud