]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix message to refer to the correct file.
authorTom Hughes <tom@compton.nu>
Wed, 15 Jun 2005 10:24:26 +0000 (10:24 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Jun 2005 10:24:26 +0000 (10:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3913

coregrind/m_aspacemgr/aspacemgr.c

index bfe926cd5e6324583b7d4c054ec1f0ca722e97a2..def6a4180d751fb340bc2f716d5165a043613c01 100644 (file)
@@ -267,12 +267,12 @@ static void make_space_at ( Int i )
    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);