From 80ac6c7828c05d33c2026807413fbb60186e8e1d Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 13 Sep 2004 11:18:52 +0000 Subject: [PATCH] Fix grammar MERGED FROM HEAD git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_2_2_0_BRANCH@2709 --- memcheck/docs/mc_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

  • -- 2.47.2