summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVadim Zhukov <zhuk@cvs.openbsd.org>2013-12-13 18:09:28 +0000
committerVadim Zhukov <zhuk@cvs.openbsd.org>2013-12-13 18:09:28 +0000
commit1c0c9a1ff123331a59c32cad90de236ae0e6846f (patch)
treeb478c4bd95336be41bf244438bbda29356bf1b31 /sys
parentc8c1b0c48e26012c9a4e7273ce5e8c652c0c50f0 (diff)
Zap some getdirentries() leftovers.
okay guenther@
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/dirent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h
index f84fcac3162..09ad39ca5d7 100644
--- a/sys/sys/dirent.h
+++ b/sys/sys/dirent.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dirent.h,v 1.10 2013/08/13 05:52:26 guenther Exp $ */
+/* $OpenBSD: dirent.h,v 1.11 2013/12/13 18:09:27 zhuk Exp $ */
/* $NetBSD: dirent.h,v 1.12 1996/04/09 20:55:25 cgd Exp $ */
/*-
@@ -39,7 +39,7 @@
/*
* The dirent structure defines the format of directory entries returned by
- * the getdirentries(2) system call.
+ * the getdents(2) system call.
*
* 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