about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-04-17 07:35:35 -0700
committerTamir Duberstein <tamird@gmail.com>2015-04-17 07:35:35 -0700
commitcc267cefcb4ffc4650d7307c7e31f0ce2cddbba4 (patch)
tree35bc8e3cd52bd11ee83f644bf9811a5cbee2e587
parentb7fb57529aded92c4f470568e6b5ea7a5a28f6a4 (diff)
downloadrust-cc267cefcb4ffc4650d7307c7e31f0ce2cddbba4.tar.gz
rust-cc267cefcb4ffc4650d7307c7e31f0ce2cddbba4.zip
Clarify comment
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)