Fix message to refer to the correct file.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3913 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c
index bfe926c..def6a41 100644
--- a/coregrind/m_aspacemgr/aspacemgr.c
+++ b/coregrind/m_aspacemgr/aspacemgr.c
@@ -267,12 +267,12 @@
    vg_assert(segments_used >= 0);
    if (segments_used+1 == VG_N_SEGMENTS) {
       VG_(printf)(
-         "coregrind/vg_memory.c:\n"
+         "coregrind/m_aspacemgr/aspacemgr.c:\n"
          "   VG_N_SEGMENTS 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);