From cc267cefcb4ffc4650d7307c7e31f0ce2cddbba4 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 17 Apr 2015 07:35:35 -0700 Subject: [PATCH] Clarify comment --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ec5c099372b..8fc66a764da 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,7 +76,7 @@ # # * `CFG_ENABLE_VALGRIND=1` - Run tests under valgrind # * `VALGRIND_COMPILE=1` - Run the compiler itself under valgrind -# (may require `CFG_ENABLE_VALGRIND`) +# (requires `CFG_ENABLE_VALGRIND`) # # * `NO_REBUILD=1` - Don't rebootstrap when testing std # (and possibly other crates)