diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2015-04-17 07:35:35 -0700 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2015-04-17 07:35:35 -0700 |
| commit | cc267cefcb4ffc4650d7307c7e31f0ce2cddbba4 (patch) | |
| tree | 35bc8e3cd52bd11ee83f644bf9811a5cbee2e587 | |
| parent | b7fb57529aded92c4f470568e6b5ea7a5a28f6a4 (diff) | |
| download | rust-cc267cefcb4ffc4650d7307c7e31f0ce2cddbba4.tar.gz rust-cc267cefcb4ffc4650d7307c7e31f0ce2cddbba4.zip | |
Clarify comment
| -rw-r--r-- | Makefile.in | 2 |
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) |
