Rollup merge of #26645 - richo:makefile-typo, r=sfackler

This commit is contained in:
Manish Goregaokar 2015-06-29 13:59:34 +05:30
commit 08a8ee19fb
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
#
# # Rust recipes for build system success
#
# // Modifying libstd? Use this comment to run unit tests just on your change
# // Modifying libstd? Use this command to run unit tests just on your change
# make check-stage1-std NO_REBUILD=1 NO_BENCH=1
#
# // Added a run-pass test? Use this to test running your test