]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix grammar
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 13 Sep 2004 11:18:52 +0000 (11:18 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 13 Sep 2004 11:18:52 +0000 (11:18 +0000)
MERGED FROM HEAD

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_2_2_0_BRANCH@2709

memcheck/docs/mc_main.html

index b827693166281571fd47c468e036e438a99e8f71..d12ec8f3ff76ff5f0ba7be8290ecd2a5d7e3933d 100644 (file)
@@ -581,7 +581,7 @@ themselves do not change the A bits, only consult them.
       accessible.</li><br>
       <p>
 
-  <li>When the program does malloc/new, the A bits for the exactly the
+  <li>When the program does malloc/new, the A bits for exactly the
       area allocated, and not a byte more, are marked as accessible.
       Upon freeing the area the A bits are changed to indicate
       inaccessibility.</li><br>