typo


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2740 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_needs.c b/coregrind/vg_needs.c
index b85abb7..ad509e7 100644
--- a/coregrind/vg_needs.c
+++ b/coregrind/vg_needs.c
@@ -119,7 +119,7 @@
 	 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");
    }