From 8a05f2f19cc7208581825692654a7a16c1b3e024 Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Tue, 5 May 2015 17:51:24 +0200 Subject: [PATCH] fix typo in mtrace.1 --- mtrace.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtrace.1 b/mtrace.1 index bc76cb2..8f0a891 100644 --- a/mtrace.1 +++ b/mtrace.1 @@ -144,7 +144,7 @@ until it exits or is terminated. Unlike other memory tracers, the trace will be performed by setting -breakpoints on each know dynamic alloction function. So no additional +breakpoints on each know dynamic allocation function. So no additional library nor any kind of instrumentation or recompiling is needed to trace and hunt for memory leaks.