|
From: Nicholas N. <nj...@ca...> - 2004-10-09 18:50:28
|
CVS commit by nethercote:
typo
M +1 -1 vg_needs.c 1.20
--- valgrind/coregrind/vg_needs.c #1.19:1.20
@@ -120,5 +120,5 @@ void VG_(sanity_check_needs) ( void)
"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");
|