]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo in comment.
authorTom Hughes <tom@compton.nu>
Fri, 16 Jul 2004 23:07:58 +0000 (23:07 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 16 Jul 2004 23:07:58 +0000 (23:07 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2491

coregrind/vg_memory.c

index 22b5446e88fc90f058faaf9f1afd02cae243024d..5241dba3f9180d887c406e3cfba1ed6160cf9abc 100644 (file)
@@ -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)
 {