diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/mtrace.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index 60c0a11877..2d12929432 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -30,7 +30,7 @@ sub usage { print " --help print this help, then exit\n"; print " --version print version number, then exit\n"; print "\n"; - print "For bug reporting instructions, please see:\n" + print "For bug reporting instructions, please see:\n"; print "<http://www.gnu.org/software/libc/bugs.html>.\n"; exit 0; } |