From: Nicholas Nethercote Date: Mon, 13 Sep 2004 11:18:13 +0000 (+0000) Subject: Fix grammar X-Git-Tag: svn/VALGRIND_3_0_0~1578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a8d89cfdc7c2b05fbdc7bc7f6bc5380fc8faee8;p=thirdparty%2Fvalgrind.git Fix grammar git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2708 --- diff --git a/memcheck/docs/mc_main.html b/memcheck/docs/mc_main.html index b827693166..d12ec8f3ff 100644 --- a/memcheck/docs/mc_main.html +++ b/memcheck/docs/mc_main.html @@ -581,7 +581,7 @@ themselves do not change the A bits, only consult them. accessible.

-

  • When the program does malloc/new, the A bits for the exactly the +
  • 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.