aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-12-12 19:10:02 +0000
committerChristopher Faylor <me@cgf.cx>2005-12-12 19:10:02 +0000
commita300f5fd14bc7d8c89e1350415e53b6ba4f45956 (patch)
tree61f4563dc021357d63a06581c78a4e403385ef7a
parent363934dc9b9327460fefc113a3797e7e51ea2c18 (diff)
downloadnewlib-a300f5fd14bc7d8c89e1350415e53b6ba4f45956.zip
newlib-a300f5fd14bc7d8c89e1350415e53b6ba4f45956.tar.gz
newlib-a300f5fd14bc7d8c89e1350415e53b6ba4f45956.tar.bz2
correct ChangeLog
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index bb49e75..7db1ebf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -11,7 +11,7 @@
(winpids::copied): New array.
(winpids::reset): Reset npids after releasing pinfos or suffer a memory
leak.
- (winpids::winpids): Try harder to allocate all fields in the class.
+ (winpids::winpids): Try harder to zero all fields in the class.
2005-12-12 Corinna Vinschen <corinna@vinschen.de>