]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
Various minor/cosmetic improvements to code
[rust.git] / src / bootstrap / test.rs
index da827356800e96ed76a04f846a1d16057923a3c9..eaffc9df1f03139f2ef7e083570a3121847609ce 100644 (file)
@@ -971,7 +971,7 @@ fn run(self, builder: &Builder) {
         }
 
         if builder.no_std(target) == Some(true) {
-            // for no_std run-make (e.g. thumb*),
+            // for no_std run-make (e.g., thumb*),
             // we need a host compiler which is called by cargo.
             builder.ensure(compile::Std { compiler, target: compiler.host });
         }
@@ -1277,7 +1277,7 @@ fn should_run(run: ShouldRun) -> ShouldRun {
 
     /// Run `rustdoc --test` for all documentation in `src/doc`.
     ///
-    /// This will run all tests in our markdown documentation (e.g. the book)
+    /// This will run all tests in our markdown documentation (e.g., the book)
     /// located in `src/doc`. The `rustdoc` that's run is the one that sits next to
     /// `compiler`.
     fn run(self, builder: &Builder) {