From 4a8d89cfdc7c2b05fbdc7bc7f6bc5380fc8faee8 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 13 Sep 2004 11:18:13 +0000 Subject: [PATCH] Fix grammar git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2708 --- 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 b82769316..d12ec8f3f 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.