]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Small improvement to user manual: capitalise another occurence of memcheck
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 15 Aug 2017 21:30:46 +0000 (23:30 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 15 Aug 2017 21:37:15 +0000 (23:37 +0200)
   (yes, I am experimenting with valgrind git repository :)

docs/xml/manual-core.xml

index c88bffe4ee842460fce876b63e610c10a6f8825f..4cd26a52006e766f0135242d29482e8288f64e76 100644 (file)
@@ -1728,7 +1728,7 @@ Massif, Helgrind, DRD), the following options apply.</para>
         For massif and helgrind, specifying <varname>full</varname>
         implies to capture a stack trace for each free operation,
         while normally these tools only capture an allocation stack
-        trace.  For memcheck, the cpu overhead for the
+        trace.  For Memcheck, the cpu overhead for the
         value <varname>full</varname> is small, as this can only be
         used in combination with
         <option>--keep-stacktraces=alloc-and-free</option> or