summaryrefslogtreecommitdiff
path: root/check.mak
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-24 17:57:41 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-24 17:57:41 +0000
commit07c73773777a88139603adbd23af13d3a6662dfe (patch)
tree8bdebb57503a691928168c7fd615898e51438787 /check.mak
parentc1d07dd16cdb95e2cc83ced327d33cebab0fcf3d (diff)
check.mak: fix typo in make help
Diffstat (limited to 'check.mak')
-rw-r--r--check.mak2
1 files changed, 1 insertions, 1 deletions
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"