]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added Ram Bhamidipaty's wibble patch.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 12 Sep 2002 10:47:07 +0000 (10:47 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 12 Sep 2002 10:47:07 +0000 (10:47 +0000)
Merge to ERASER

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@941

vg_main.c

index b5244ffcfcceb2e5f9a8be67e4f0f9a3d590111f..4dfc7a4dff86ffdd85a4e441524238168a7de332 100644 (file)
--- a/vg_main.c
+++ b/vg_main.c
@@ -821,7 +821,7 @@ static void process_cmd_line_options ( void )
 
       else if (STREQN(15, argv[i], "--suppressions=")) {
          if (VG_(clo_n_suppressions) >= VG_CLO_MAX_SFILES) {
-            VG_(message)(Vg_UserMsg, "Too many logfiles specified.");
+            VG_(message)(Vg_UserMsg, "Too many suppression files specified.");
             VG_(message)(Vg_UserMsg, 
                          "Increase VG_CLO_MAX_SFILES and recompile.");
             bad_option(argv[i]);