direct -> dirent in a comment
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 15 Nov 1990 04:00:03 +0000 (20:00 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 15 Nov 1990 04:00:03 +0000 (20:00 -0800)
SCCS-vsn: include/dirent.h 5.15

usr/src/include/dirent.h

index b7838cd..c8dd28f 100644 (file)
@@ -4,14 +4,14 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dirent.h    5.14 (Berkeley) %G%
+ *     @(#)dirent.h    5.15 (Berkeley) %G%
  */
 
 #ifndef _DIRENT_
 #define _DIRENT_
 
 /*
  */
 
 #ifndef _DIRENT_
 #define _DIRENT_
 
 /*
- * A directory entry has a struct direct at the front of it, containing its
+ * A directory entry has a struct dirent at the front of it, containing its
  * inode number, the length of the entry, and the length of the name
  * contained in the entry.  These are followed by the name padded to a 4
  * byte boundary with null bytes.  All names are guaranteed null terminated.
  * inode number, the length of the entry, and the length of the name
  * contained in the entry.  These are followed by the name padded to a 4
  * byte boundary with null bytes.  All names are guaranteed null terminated.