Skip to content

Commit 3cc4b4f

Browse files
committed
fix typo in internal comment
1 parent c8f2f75 commit 3cc4b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ impl<'a> Builder<'a> {
14911491

14921492
// Add extra cfg not defined in/by rustc
14931493
//
1494-
// Note: Altrough it would seems that "-Zunstable-options" to `rustflags` is useless as
1494+
// Note: Although it would seems that "-Zunstable-options" to `rustflags` is useless as
14951495
// cargo would implicitly add it, it was discover that sometimes bootstrap only use
14961496
// `rustflags` without `cargo` making it required.
14971497
rustflags.arg("-Zunstable-options");

0 commit comments

Comments
 (0)