aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-07-14 04:53:52 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-07-14 04:53:52 +0000
commit0ec278018b06161b887b0d3c42cabf39cd296e20 (patch)
treeb6e59f094a29088304b0f5f8502f23ec1539ca63 /sys/miscfs/devfs
parent5897e2693a76bb308c9821c174452b0703ff050c (diff)
Notes
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c
index c4b507ee3040..f054c128e3c8 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.35 1997/04/10 14:35:18 bde Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.36 1997/05/03 21:19:53 joerg Exp $
*/
#include "opt_devfs.h"
@@ -32,7 +32,7 @@ int devfs_up_and_going;
* set up yet, so be careful about what we reference..
* Notice that the ops are by indirection.. as they haven't
* been set up yet!
- * DEVFS has a hiddne mountpoint that is used as the anchor point
+ * DEVFS has a hidden mountpoint that is used as the anchor point
* for the internal 'blueprint' version of the dev filesystem tree.
*/
/*proto*/
@@ -289,7 +289,7 @@ dev_add_name(char *name, dn_p dirnode, devnm_p back, dn_p dnp,
* If we are unlinking from an old dir, decrement it's links
* as we point our '..' elsewhere
* Note: it's up to the calling code to remove the
- * us from teh original directory's list
+ * us from the original directory's list
*/
if(dnp->by.Dir.parent) {
dnp->by.Dir.parent->links--;