]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
typo
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 9 Oct 2004 18:50:16 +0000 (18:50 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 9 Oct 2004 18:50:16 +0000 (18:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2740

coregrind/vg_needs.c

index b85abb79329ecfa0fc0c74e25636c10c1fce538d..ad509e7e761f2c12346b10967b3fc27adcfba83f 100644 (file)
@@ -119,7 +119,7 @@ void VG_(sanity_check_needs) ( void)
         VG_(printf)("\nTool error: tool allocated shadow memory, but apparently doesn't "
                     "need it.\n");
       else
-        VG_(printf)("\nTool error: tool didn't allocated shadow memory, but apparently "
+        VG_(printf)("\nTool error: tool didn't allocate shadow memory, but apparently "
                     "needs it.\n");
       VG_(skin_panic)("VG_(needs).shadow_memory need should be set to match SK_(shadow_ratio)\n");
    }