|
From: <sv...@va...> - 2009-05-04 06:44:37
|
Author: njn
Date: 2009-05-04 07:44:34 +0100 (Mon, 04 May 2009)
New Revision: 9761
Log:
Fix a comment.
Modified:
branches/DARWIN/memcheck/tests/memalign2.c
Modified: branches/DARWIN/memcheck/tests/memalign2.c
===================================================================
--- branches/DARWIN/memcheck/tests/memalign2.c 2009-05-04 06:33:15 UTC (rev 9760)
+++ branches/DARWIN/memcheck/tests/memalign2.c 2009-05-04 06:44:34 UTC (rev 9761)
@@ -26,10 +26,7 @@
// Likewise for Mac OS X.
# else
- // Nb: assuming VG_MIN_MALLOC_SZB is 8!
- // DDD: (this is no longer true)
- // Should work with both 32-bit and 64-bit pointers, though.
-
+ // Nb: assuming VG_MIN_MALLOC_SZB is 8 or more...
int* p;
int res;
assert(sizeof(long int) == sizeof(void*));
|