Rename some _SIZE macros as _SZB to make their units clear.  This change is
in response to a mixed-units (bytes and words) error we had involving
VGA_STACK_REDZONE_SIZE (which is now VGA_STACK_REDZONE_SZB).



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3639 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NOTES.txt b/NOTES.txt
index 6b6d7bc..29a1c80 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -2,7 +2,7 @@
 23 Apr 05 (memcheck-on-amd64 notes)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * If a thread is given an initial stack with address range [lo .. hi],
-  we need to tell memcheck that the area [lo - VGA_STACK_REDZONE_SIZE
+  we need to tell memcheck that the area [lo - VGA_STACK_REDZONE_SZB
   .. hi] is valid, rather than just [lo .. hi] as has been the case on
   x86-only systems.  However, am not sure where to look for the call
   into memcheck that states the new stack area.