summaryrefslogtreecommitdiff
path: root/libc/malloc/mcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc/mcheck.c')
-rw-r--r--libc/malloc/mcheck.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/malloc/mcheck.c b/libc/malloc/mcheck.c
index 9d8a41467..c5addc55a 100644
--- a/libc/malloc/mcheck.c
+++ b/libc/malloc/mcheck.c
@@ -1,6 +1,5 @@
/* Standard debugging hooks for `malloc'.
- Copyright (C) 1990-1997,1999,2000-2002,2007,2010,2012
- Free Software Foundation, Inc.
+ Copyright (C) 1990-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written May 1989 by Mike Haertel.
@@ -122,7 +121,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;