aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commit6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/miscfs
parent09b5920411b857421036b7143f6cf39b5e264961 (diff)
Notes
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/devfs/devfsdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfsdefs.h b/sys/miscfs/devfs/devfsdefs.h
index 1a64047b8e7f..dc46ac4f9010 100644
--- a/sys/miscfs/devfs/devfsdefs.h
+++ b/sys/miscfs/devfs/devfsdefs.h
@@ -7,7 +7,7 @@
/*
* Written by Julian Elischer (julian@DIALIX.oz.au)
*
- * $Header: /home/ncvs/src/sys/miscfs/devfs/devfsdefs.h,v 1.7 1995/10/04 11:05:09 julian Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfsdefs.h,v 1.8 1995/11/09 08:16:48 bde Exp $
*/
/* first a couple of defines for compatibility with inodes */
@@ -112,7 +112,7 @@ struct devnode /* the equivalent of an INODE */
int entrycount;
}Dir;
struct {
- char *name; /* must be allocated separatly */
+ char *name; /* must be allocated separately */
int namelen;
}Slnk;
struct {