aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2012-09-05 15:19:44 -0300
committerAlexandre Oliva <lxoliva@fsfla.org>2012-09-05 15:19:44 -0300
commitfad64255f4b49e3acb506b2a09972c2ff1255f8a (patch)
treee295949a0c3811c237563070d1d063e563af45ad /ChangeLog
parent1ffb8c9001398e1c6402e455b566dfe3d84a0786 (diff)
downloadglibc-fad64255f4b49e3acb506b2a09972c2ff1255f8a.tar
glibc-fad64255f4b49e3acb506b2a09972c2ff1255f8a.tar.gz
glibc-fad64255f4b49e3acb506b2a09972c2ff1255f8a.tar.bz2
glibc-fad64255f4b49e3acb506b2a09972c2ff1255f8a.zip
Fix typos in malloc/.
* malloc/mcheck.c (mcheck_check_all): Fix typo. * malloc/memusage.c (mmap): Likewise. (mmap64, mremap): Likewise. Adjust name in comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 244dc80800..db63a81d0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-05 Alexandre Oliva <aoliva@redhat.com>
+
+ * malloc/mcheck.c (mcheck_check_all): Fix typo.
+ * malloc/memusage.c (mmap): Likewise.
+ (mmap64, mremap): Likewise. Adjust name in comment.
+
2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
* libio/fileops.c: Fix typos in comments.