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>2002-05-23 08:48:03 +0400
committerChristopher Faylor <me@cgf.cx>2002-05-23 08:48:03 +0400
commitff7b1ed92714e1ebba98f1b011a136cabbc7ce1d (patch)
tree54adf6278042c11f4d3f29cbe959467061814296 /winsup/utils
parent8704ad9da94b9ac31a6bc02630b780691bf13339 (diff)
fix typo.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index fe82b95c1..894e8de0b 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -31,7 +31,7 @@
* strace.cc (add_child): Use calloc since new requires working
libstdc++.a.
- (fhandler_disk_file::fstat): Ditto for delete/free.
+ (remove_child): Ditto for delete/free.
2002-05-15 Mark Blackburn <marklist@fangorn.ca>