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 {
416416 /// For a convenience method for setting flags conditionally,
417417 /// see `flag_if_supported()`.
418418 ///
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
420420 /// (e.g. the compiler is missing or a write to the `out_dir` failed).
421421 ///
422422 /// Note: Once computed, the result of this call is stored in the
@@ -970,7 +970,7 @@ impl Build {
970970 /// Run the compiler, generating the file `output`
971971 ///
972972 /// 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
974974 /// the assembly with the lib prefix and .a extension. MSVC will create a file without prefix,
975975 /// ending with `.lib`.
976976 ///
You can’t perform that action at this time.
0 commit comments