Skip to content

Commit c6aaadc

Browse files
Rollup merge of #87301 - chinmaydd:chinmaydd-patch-1-1, r=jyn514
Fix typo in compile.rs
2 parents eb54ddd + 64f4e34 commit c6aaadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/compile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! library.
33
//!
44
//! This module contains some of the real meat in the rustbuild build system
5-
//! which is where Cargo is used to compiler the standard library, libtest, and
5+
//! which is where Cargo is used to compile the standard library, libtest, and
66
//! compiler. This module is also responsible for assembling the sysroot as it
77
//! goes along from the output of the previous stage.
88

0 commit comments

Comments
 (0)