summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-03 07:14:40 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-03 07:14:40 -0500
commit8a426e128913405e15316cfa897c48c69a2f6054 (patch)
treed0e3490f7e5537aba8f52ebd040f7d5c361be092 /malloc
parent3a9654961929c2968c898d98ddfd3d840360080d (diff)
Fix comment in mcheck.h
Diffstat (limited to 'malloc')
-rw-r--r--malloc/mcheck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/malloc/mcheck.h b/malloc/mcheck.h
index 225f21e1a3..462b944af2 100644
--- a/malloc/mcheck.h
+++ b/malloc/mcheck.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996,1997,1998,1999,2000,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -41,7 +41,7 @@ enum mcheck_status
null, the standard function prints on stderr and then calls `abort'. */
extern int mcheck (void (*__abortfunc) (enum mcheck_status)) __THROW;
-/* Similar to `mcheck´ but performs checks for all block whenever one of
+/* Similar to `mcheck' but performs checks for all block whenever one of
the memory handling functions is called. This can be very slow. */
extern int mcheck_pedantic (void (*__abortfunc) (enum mcheck_status)) __THROW;