Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-06-07 19:37:35 +0400
committerChristopher Faylor <me@cgf.cx>2003-06-07 19:37:35 +0400
commit32173f7ec4c17b4c8fd8a2bdf98b51e49476d15e (patch)
tree347be13d09bf79fddc92b125cdb2be8da0d2c81c /winsup/cygwin
parent42a737d0a4191c776ef368a93fe4188b241fa572 (diff)
fix typo
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b70737541..18da5a4a3 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>