diff options
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index fb71b96..687ec28 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.99 1997/09/03 13:29:41 phk Exp $ + * $Id: vfs_subr.c,v 1.100 1997/09/07 13:49:49 bde Exp $ */ /* @@ -703,8 +703,7 @@ reassignbuf(bp, newvp) #ifndef DEVFS_ROOT /* * Create a vnode for a block device. - * Used for root filesystem and swap areas. - * Also used for memory file system special devices. + * Used for mounting the root file system. */ int bdevvp(dev, vpp) |