summaryrefslogtreecommitdiff
path: root/dirent
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-09-29 09:43:26 +0000
committerRoland McGrath <roland@gnu.org>1994-09-29 09:43:26 +0000
commit20556cf79b7bc4569a66ca1e31cb19bf79cd2fee (patch)
tree6b382e9bd945bcfbd416bc61566f3c9b76a6edc3 /dirent
parentedccda4b8132dcd8aefee1c0680d9f81c1f8e938 (diff)
Comment fixes.
Diffstat (limited to 'dirent')
-rw-r--r--dirent/dirent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dirent/dirent.h b/dirent/dirent.h
index daa0b2face..b102a4786c 100644
--- a/dirent/dirent.h
+++ b/dirent/dirent.h
@@ -33,7 +33,7 @@ __BEGIN_DECLS
/* Directory entry structure.
This structure is laid out identically to the `struct direct' that
- represents directory entries in the GNU Hurd and in BSD Unix (and
+ represents directory entries in the GNU Hurd and in BSD 4.4 (and
incidentally, on disk in the Berkeley fast file system). The `readdir'
implementations for GNU and BSD know this; you must change them if you
change this structure. */
@@ -54,7 +54,7 @@ struct dirent
#endif
#ifdef __USE_BSD
-/* File types fo `d_type'. */
+/* File types for `d_type'. */
enum
{
DT_UNKNOWN = 0,