about summary refs log tree commit diff
path: root/nptl/pt-readv.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-14 19:49:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-14 19:49:13 +0000
commit9d263d72848fb561e104a21da3ffccf791078f2a (patch)
treea4004b7cacfaf715a38199cdbb0c4114677c5508 /nptl/pt-readv.c
parent36b3f3eb117f2923b1080a22f748e4a6cd63de73 (diff)
downloadglibc-9d263d72848fb561e104a21da3ffccf791078f2a.tar.gz
glibc-9d263d72848fb561e104a21da3ffccf791078f2a.tar.xz
glibc-9d263d72848fb561e104a21da3ffccf791078f2a.zip
Update.
2002-12-14  Jakub Jelinek  <jakub@redhat.com>

	* dirent/bug-readdir1.c: Include unistd.h.
Diffstat (limited to 'nptl/pt-readv.c')
-rw-r--r--nptl/pt-readv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pt-readv.c b/nptl/pt-readv.c
index e81c8306a1..dc22df82da 100644
--- a/nptl/pt-readv.c
+++ b/nptl/pt-readv.c
@@ -24,7 +24,7 @@
 #include "pthreadP.h"
 
 
-/* Not all versions of the kernel support extremely the large number
+/* Not all versions of the kernel support extremely large numbers
    of records.  */
 #ifndef UIO_FASTIOV
 /* 1024 is what the kernels with NPTL support use.  */