diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2012-09-05 15:19:44 -0300 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2012-09-05 15:19:44 -0300 |
commit | fad64255f4b49e3acb506b2a09972c2ff1255f8a (patch) | |
tree | e295949a0c3811c237563070d1d063e563af45ad /malloc/mcheck.c | |
parent | 1ffb8c9001398e1c6402e455b566dfe3d84a0786 (diff) | |
download | glibc-fad64255f4b49e3acb506b2a09972c2ff1255f8a.tar.gz |
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 'malloc/mcheck.c')
-rw-r--r-- | malloc/mcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/mcheck.c b/malloc/mcheck.c index 9d8a414676..430f87139d 100644 --- a/malloc/mcheck.c +++ b/malloc/mcheck.c @@ -122,7 +122,7 @@ checkhdr (const struct hdr *hdr) void mcheck_check_all (void) { - /* Walk through all the active blocks and test whether they were tempered + /* Walk through all the active blocks and test whether they were tampered with. */ struct hdr *runp = root; |