fix typo in mtrace.1

This commit is contained in:
Stefani Seibold 2015-05-05 17:51:24 +02:00
parent beda5b7f99
commit 8a05f2f19c

View File

@ -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.