|
From: <sv...@va...> - 2009-05-18 05:31:07
|
Author: njn
Date: 2009-05-18 06:30:59 +0100 (Mon, 18 May 2009)
New Revision: 9894
Log:
Tweak a comment.
Modified:
branches/DARWIN/coregrind/pub_core_mallocfree.h
Modified: branches/DARWIN/coregrind/pub_core_mallocfree.h
===================================================================
--- branches/DARWIN/coregrind/pub_core_mallocfree.h 2009-05-18 05:29:41 UTC (rev 9893)
+++ branches/DARWIN/coregrind/pub_core_mallocfree.h 2009-05-18 05:30:59 UTC (rev 9894)
@@ -74,7 +74,7 @@
defined(VGP_ppc32_aix5)
# define VG_MIN_MALLOC_SZB 8
// Nb: We always use 16 bytes for Darwin, even on 32-bits, so it can be used
-// for any AltiVec- or SSE-related type.
+// for any AltiVec- or SSE-related type. This matches the Darwin libc.
#elif defined(VGP_amd64_linux) || \
defined(VGP_ppc64_linux) || \
defined(VGP_ppc64_aix5) || \
|