]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Correct file name in error messages.
authorTom Hughes <tom@compton.nu>
Tue, 17 May 2005 11:03:52 +0000 (11:03 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 17 May 2005 11:03:52 +0000 (11:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3757

coregrind/m_aspacemgr/aspacemgr.c

index 97dd33448498f8de34518fffd385fbd4d513368e..26a969d3173ec04094fc76f9d6f30b0a48e7a66a 100644 (file)
@@ -127,12 +127,12 @@ static Int allocate_segname ( const HChar* name )
          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);