File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ impl Build {
416
416
/// For a convenience method for setting flags conditionally,
417
417
/// see `flag_if_supported()`.
418
418
///
419
- /// It may return error if it's unable to run the compilier with a test file
419
+ /// It may return error if it's unable to run the compiler with a test file
420
420
/// (e.g. the compiler is missing or a write to the `out_dir` failed).
421
421
///
422
422
/// Note: Once computed, the result of this call is stored in the
@@ -970,7 +970,7 @@ impl Build {
970
970
/// Run the compiler, generating the file `output`
971
971
///
972
972
/// The name `output` should be the name of the library. For backwards compatibility,
973
- /// the `output` may start with `lib` and end with `.a`. The Rust compilier will create
973
+ /// the `output` may start with `lib` and end with `.a`. The Rust compiler will create
974
974
/// the assembly with the lib prefix and .a extension. MSVC will create a file without prefix,
975
975
/// ending with `.lib`.
976
976
///
You can’t perform that action at this time.
0 commit comments