Correct file name in error messages.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3757 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c
index 97dd334..26a969d 100644
--- a/coregrind/m_aspacemgr/aspacemgr.c
+++ b/coregrind/m_aspacemgr/aspacemgr.c
@@ -127,12 +127,12 @@
          segnames_used++;
       } else {
          VG_(printf)(
-            "coregrind/vg_memory.c:\n"
+            "coregrind/m_aspacemgr/aspacemgr.c:\n"
             "   VG_N_SEGNAMES is too small: "
             "increase it and rebuild Valgrind.\n"
          );
          VG_(printf)(
-            "coregrind/vg_memory.c:\n"
+            "coregrind/m_aspacemgr/aspacemgr.c:\n"
             "   giving up now.\n\n"
          );
          VG_(exit)(0);