Skip to content

Commit 6d88ab5

Browse files
committed
Fix typo in bootstrap/lib.rs.
1 parent f0a414e commit 6d88ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use util::{exe, mtime, libdir, add_lib_path};
4646
/// * The error itself
4747
///
4848
/// This is currently used judiciously throughout the build system rather than
49-
/// using a `Result` with `try!`, but this may change on day...
49+
/// using a `Result` with `try!`, but this may change one day...
5050
macro_rules! t {
5151
($e:expr) => (match $e {
5252
Ok(e) => e,

0 commit comments

Comments
 (0)