summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a595f13fc..203ffae9f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -2,7 +2,7 @@
* miscfuncs.cc (check_invalid_virtual_addr): Assure the last page
in the range is always tested. Add appropriate const.
- * mmap.cc (mmap_record::aloc_fh): Remove unused static path_conf object.
+ * mmap.cc (mmap_record::alloc_fh): Remove unused static path_conf object.
2004-02-25 Christopher Faylor <cgf@redhat.com>