aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
commitcaa7e52f3f525b75d87fca7e612933377699fd59 (patch)
tree1d42947b9cc1a6c4a630c506774eeb2745899745 /sys/fs
parentdae3a64fb967bbff627efc2e8cdd127c6b93d902 (diff)
downloadsrc-caa7e52f3f525b75d87fca7e612933377699fd59.tar.gz
src-caa7e52f3f525b75d87fca7e612933377699fd59.zip
kernel: Fix several typos and minor errors
- duplicate words - typos - references to old versions of FreeBSD Reviewed by: imp, benno
Notes
Notes: svn path=/head/; revision=327231
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfsclient/nfs_clrpcops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsclient/nfs_clrpcops.c b/sys/fs/nfsclient/nfs_clrpcops.c
index fc550171a43e..db6c4a707885 100644
--- a/sys/fs/nfsclient/nfs_clrpcops.c
+++ b/sys/fs/nfsclient/nfs_clrpcops.c
@@ -5815,7 +5815,7 @@ nfsm_copym(struct mbuf *m, int off, int xfer)
/*
* Find a file layout that will handle the first bytes of the requested
- * range and return the information from it needed to to the I/O operation.
+ * range and return the information from it needed to the I/O operation.
*/
int
nfscl_findlayoutforio(struct nfscllayout *lyp, uint64_t off, uint32_t rwaccess,