]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in bootstrap/lib.rs.
authorAhmed Charles <acharles@outlook.com>
Sat, 27 Aug 2016 09:10:09 +0000 (02:10 -0700)
committerAhmed Charles <acharles@outlook.com>
Sun, 11 Sep 2016 23:00:50 +0000 (16:00 -0700)
src/bootstrap/lib.rs

index 94c14f7ea254664902d390557a0bb0dda87bbcc8..a1424bf3aaa4a10ef77b293f5a46387d00531bc6 100644 (file)
@@ -46,7 +46,7 @@
 /// * The error itself
 ///
 /// This is currently used judiciously throughout the build system rather than
-/// using a `Result` with `try!`, but this may change on day...
+/// using a `Result` with `try!`, but this may change one day...
 macro_rules! t {
     ($e:expr) => (match $e {
         Ok(e) => e,