From: Nicholas Nethercote Date: Mon, 13 Sep 2004 11:18:52 +0000 (+0000) Subject: Fix grammar X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ac6c7828c05d33c2026807413fbb60186e8e1d;p=thirdparty%2Fvalgrind.git Fix grammar MERGED FROM HEAD git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_2_2_0_BRANCH@2709 --- 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.