From: Tom Hughes Date: Fri, 16 Jul 2004 23:07:58 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: svn/VALGRIND_2_1_2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134268140ab77b840654eb06e0fb3536849a3505;p=thirdparty%2Fvalgrind.git Fix typo in comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2491 --- diff --git a/coregrind/vg_memory.c b/coregrind/vg_memory.c index 22b5446e88..5241dba3f9 100644 --- a/coregrind/vg_memory.c +++ b/coregrind/vg_memory.c @@ -590,7 +590,7 @@ void VG_(pad_address_space)(void) return; } -/* Removed the address space padding added by VG_(pad_address_space) +/* Remove the address space padding added by VG_(pad_address_space) by removing any mappings that it created. */ void VG_(unpad_address_space)(void) {