From 28d42899b766c395e5a6476f5bfa88b1481a08c0 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 21:28:32 +0000 Subject: More s/file system/filesystem/g --- sys/kern/vfs_init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/kern/vfs_init.c') diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index 6c86c2a..f294aa0 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -369,7 +369,7 @@ vfs_rm_vnodeops(const void *data) struct vattr va_null; /* - * Initialize the vnode structures and initialize each file system type. + * Initialize the vnode structures and initialize each filesystem type. */ /* ARGSUSED*/ static void @@ -380,7 +380,7 @@ vfsinit(void *dummy) } SYSINIT(vfs, SI_SUB_VFS, SI_ORDER_FIRST, vfsinit, NULL) -/* Register a new file system type in the global table */ +/* Register a new filesystem type in the global table */ int vfs_register(struct vfsconf *vfc) { @@ -426,7 +426,7 @@ vfs_register(struct vfsconf *vfc) } -/* Remove registration of a file system type */ +/* Remove registration of a filesystem type */ int vfs_unregister(struct vfsconf *vfc) { @@ -463,7 +463,7 @@ vfs_unregister(struct vfsconf *vfc) } /* - * Standard kernel module handling code for file system modules. + * Standard kernel module handling code for filesystem modules. * Referenced from VFS_SET(). */ int -- cgit v1.1