|
From: Nicholas N. <nj...@ca...> - 2004-09-13 11:19:35
|
CVS commit by nethercote:
Fix grammar
MERGED FROM HEAD
M +1 -1 mc_main.html 1.10.2.1
--- valgrind/memcheck/docs/mc_main.html #1.10:1.10.2.1
@@ -582,5 +582,5 @@
<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
|