aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-11 06:55:35 +0000
committerChristopher Faylor <me@cgf.cx>2001-11-11 06:55:35 +0000
commitfcc8ea58ce820b3cdf939248f3590c9788595693 (patch)
tree1a3da291960f39a0c654a6d7e7dcf806d7c99d36 /winsup
parentda9e28d0fafc3f861e1f6626d772a8445a9094ab (diff)
downloadnewlib-fcc8ea58ce820b3cdf939248f3590c9788595693.zip
newlib-fcc8ea58ce820b3cdf939248f3590c9788595693.tar.gz
newlib-fcc8ea58ce820b3cdf939248f3590c9788595693.tar.bz2
fix typo.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 246e6ed..fa47514 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -3,7 +3,7 @@
* dtable.cc (dtable::build_fhandler): Don't increment console fd count
if new operation fails. Increment fork_fixup field here.
(dtable::dup2): Don't increment fork_fixup field here.
- (fdsock): Ditto.
+ * net.cc (fdsock): Ditto.
2001-11-08 Corinna Vinschen <corinna@vinschen.de>