]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Two small wording fixes in manual
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 20 Oct 2013 17:12:16 +0000 (17:12 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 20 Oct 2013 17:12:16 +0000 (17:12 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13667

docs/xml/manual-core.xml

index 8aa7f3277748f3d5fffdbbeef12824413e4d6f51..4a804485104e9d6c42a1dee7b1cb29e68256c475 100644 (file)
@@ -1844,7 +1844,7 @@ need to use them.</para>
       A value of 1 will cause stack traces of simple recursive algorithms
       (for example, a factorial implementation) to be collapsed.
       A value of 2 will usually be needed to collapsed stack traces produced
-      by recursive algorithms such binary trees, quick sort, ...
+      by recursive algorithms such as binary trees, quick sort, ...
       Higher values might be needed for more complex recursive algorithms.
       </para>
       <para>Note: recursive calls are detected based on program counters.
@@ -1868,7 +1868,7 @@ need to use them.</para>
       program is big, increasing the number of sectors may improve
       performance by reducing the number of re-translations needed.
       Sectors are allocated on demand.  Once allocated, a sector can
-      never be freed, and occupies considerable space, on the tool
+      never be freed, and occupies considerable space, depending on the tool
       (about 40 MB per sector for Memcheck).  Use the
       option <option>--stats=yes</option> to obtain precise
       information about the memory used by a sector and the allocation