aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 21:28:32 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 21:28:32 +0000
commitd394511de3304005a8a52e0cbb6dd48fe8b1d3a4 (patch)
tree0cbeb3775d12e86712b373b6e5a62d8ee7b3abc8 /sys/nfsclient
parent2bf6dd18ba2f6fc4830854b9f5d3d79dcffc106d (diff)
downloadsrc-d394511de3304005a8a52e0cbb6dd48fe8b1d3a4.tar.gz
src-d394511de3304005a8a52e0cbb6dd48fe8b1d3a4.zip
More s/file system/filesystem/g
Notes
Notes: svn path=/head/; revision=96755
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c
index 0f8476539331..ef1222e732ec 100644
--- a/sys/nfsclient/nfs_vfsops.c
+++ b/sys/nfsclient/nfs_vfsops.c
@@ -501,7 +501,7 @@ nfs_mountroot(struct mount *mp, struct thread *td)
VTONFS(vp)->n_size = VTONFS(vp)->n_vattr.va_size =
nd->swap_nblks * DEV_BSIZE ;
/*
- * Since the swap file is not the root dir of a file system,
+ * Since the swap file is not the root dir of a filesystem,
* hack it to a regular file.
*/
vp->v_type = VREG;
@@ -907,7 +907,7 @@ nfs_unmount(struct mount *mp, int mntflags, struct thread *td)
nmp = VFSTONFS(mp);
/*
* Goes something like this..
- * - Call vflush() to clear out vnodes for this file system
+ * - Call vflush() to clear out vnodes for this filesystem
* - Close the socket
* - Free up the data structures
*/