From 07c73773777a88139603adbd23af13d3a6662dfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 24 Mar 2010 17:57:41 +0000 Subject: [PATCH] check.mak: fix typo in make help --- check.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.mak b/check.mak index 9686841..30487f1 100644 --- a/check.mak +++ b/check.mak @@ -159,7 +159,7 @@ help: @echo "make (dir)/(test).gdb -- start up gdb for the given test" @echo @echo "make valgrind -- valgrind all tests" - @echo "make valgrind.gen-suppressionsx -- generate suppressions for all tests" + @echo "make valgrind.gen-suppressions -- generate suppressions for all tests" @echo " and save to suppressions.log" @echo "make (dir)/(test).valgrind -- valgrind the given test" @echo "make (dir)/(test).valgrind-forever -- valgrind the given test forever" -- 2.7.4