diff options
| author | Richo Healey <richo@psych0tik.net> | 2015-06-28 19:05:09 -0700 |
|---|---|---|
| committer | Richo Healey <richo@psych0tik.net> | 2015-06-28 19:05:09 -0700 |
| commit | f07b11d07ecdf3fc983b14d68e3d9ecadadf7874 (patch) | |
| tree | 24ea450e6a4240ae82bfc21b49f0a8d0853c3e45 | |
| parent | 8fa2185e0babe71699b2c372f8399c27effecd92 (diff) | |
| download | rust-f07b11d07ecdf3fc983b14d68e3d9ecadadf7874.tar.gz rust-f07b11d07ecdf3fc983b14d68e3d9ecadadf7874.zip | |
mk: Fix a typo in the tips
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d3bb5a541a4..31fa8c87449 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 |
