From: Nicholas Nethercote Date: Sun, 27 Jun 2004 12:38:17 +0000 (+0000) Subject: typo X-Git-Tag: svn/VALGRIND_2_1_2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6cf3e02370a571fc8e0a87afdf44d7769f70cdf;p=thirdparty%2Fvalgrind.git typo git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2443 --- diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c index 745e34553b..b4338a8c06 100644 --- a/coregrind/vg_errcontext.c +++ b/coregrind/vg_errcontext.c @@ -238,7 +238,7 @@ static void gen_suppression(Error* err) VG_(printf)(" obj:%s\n", buf); } else { VG_(printf)(" ???:??? " - "# unknown, suppression will not work, sorry)\n"); + "# unknown, suppression will not work, sorry\n"); } i++; } while (i < stop_at && ec->eips[i] != 0);