Skip to content

Commit

Permalink
Rollup merge of #105489 - eltociear:patch-17, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fix typo in apple_base.rs

erronous -> erroneous
  • Loading branch information
Dylan-DPC committed Dec 9, 2022
2 parents e2b4035 + f41576b commit 3b7e614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/spec/apple_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pub fn macos_llvm_target(arch: Arch) -> String {
fn link_env_remove(arch: Arch, os: &'static str) -> StaticCow<[StaticCow<str>]> {
// Apple platforms only officially support macOS as a host for any compilation.
//
// If building for macOS, we go ahead and remove any erronous environment state
// If building for macOS, we go ahead and remove any erroneous environment state
// that's only applicable to cross-OS compilation. Always leave anything for the
// host OS alone though.
if os == "macos" {
Expand Down

0 comments on commit 3b7e614

Please sign in to comment.