diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 13:49:56 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 13:49:56 +0000 |
| commit | a910e75cdc9e9726e42d10f05c83f17a4cd80610 (patch) | |
| tree | 6ff27cb72e1d0a19674a2aeb4ccd93b57997fbf3 /sys/miscfs/devfs/devfs_tree.c | |
| parent | 7128e3fc0a65e2bb48a638ffdfe72b13e91ce5c4 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_tree.c')
| -rw-r--r-- | sys/miscfs/devfs/devfs_tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index 4121741f87b6..5d4290ebd5d8 100644 --- a/sys/miscfs/devfs/devfs_tree.c +++ b/sys/miscfs/devfs/devfs_tree.c @@ -2,7 +2,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.37 1997/07/14 04:53:52 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.38 1997/08/26 17:17:52 julian Exp $ */ #include "opt_devfs.h" @@ -868,7 +868,7 @@ findbdev(dev_t dev, dn_p dir) /* * Create a vnode for a block device. - * Used for root filesystem, argdev, and swap areas. + * Used for root filesystem and swap areas. * Also used for memory file system special devices. */ |
