From: Nicholas Nethercote Date: Sat, 9 Oct 2004 18:50:16 +0000 (+0000) Subject: typo X-Git-Tag: svn/VALGRIND_3_0_0~1550 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=683657c7856a44273d6caee5018dfa5fc06ed66b;p=thirdparty%2Fvalgrind.git typo git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2740 --- diff --git a/coregrind/vg_needs.c b/coregrind/vg_needs.c index b85abb7932..ad509e7e76 100644 --- a/coregrind/vg_needs.c +++ b/coregrind/vg_needs.c @@ -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"); }