aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-06-07 15:37:35 +0000
committerChristopher Faylor <me@cgf.cx>2003-06-07 15:37:35 +0000
commit32173f7ec4c17b4c8fd8a2bdf98b51e49476d15e (patch)
tree347be13d09bf79fddc92b125cdb2be8da0d2c81c
parent42a737d0a4191c776ef368a93fe4188b241fa572 (diff)
downloadnewlib-32173f7ec4c17b4c8fd8a2bdf98b51e49476d15e.zip
newlib-32173f7ec4c17b4c8fd8a2bdf98b51e49476d15e.tar.gz
newlib-32173f7ec4c17b4c8fd8a2bdf98b51e49476d15e.tar.bz2
fix typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b707375..18da5a4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,7 +1,7 @@
2003-06-07 Christopher Faylor <cgf@redhat.com>
* poll.cc: Define FD_SETSIZE to ridiculously large number so that there
- will be no artificially large limits.
+ will be no artificially small limits.
2003-06-07 Christopher Faylor <cgf@redhat.com>