Skip to content

Commit 4f9a9ba

Browse files
authored
Fix typo: s/compilier/compiler/ (#544)
1 parent da69068 commit 4f9a9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)