typo


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2443 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c
index 745e345..b4338a8 100644
--- a/coregrind/vg_errcontext.c
+++ b/coregrind/vg_errcontext.c
@@ -238,7 +238,7 @@
          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);