From f07b11d07ecdf3fc983b14d68e3d9ecadadf7874 Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Sun, 28 Jun 2015 19:05:09 -0700 Subject: [PATCH] mk: Fix a typo in the tips --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d3bb5a541a470..31fa8c8744973 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,7 +90,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