summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-02-01 18:28:34 +0000
committerChristopher Faylor <me@cgf.cx>2012-02-01 18:28:34 +0000
commit89c1003e78537a8e2dc1fca86dccca64fd227a9a (patch)
tree6283965874c1b9f0d4ec724b316c7e8601a01087
parent29b7448d580d8f91551c528560512e22c371955a (diff)
downloadcygnal-89c1003e78537a8e2dc1fca86dccca64fd227a9a.tar.gz
cygnal-89c1003e78537a8e2dc1fca86dccca64fd227a9a.tar.bz2
cygnal-89c1003e78537a8e2dc1fca86dccca64fd227a9a.zip
Grr. Fix another 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 935a2bf29..565631ebc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,7 +1,7 @@
2012-02-01 Christopher Faylor <me.cygwin2012@cgf.cx>
* fcntl.cc (fcntl64): Add introductory debug statement. Call dup3
- directory via dtable method to avoid over-incrementing refcnt.
+ directly via dtable method to avoid over-incrementing refcnt.
2012-02-01 Christopher Faylor <me.cygwin2012@cgf.cx>