We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d477386 + f41576b commit f78babdCopy full SHA for f78babd
compiler/rustc_target/src/spec/apple_base.rs
@@ -204,7 +204,7 @@ pub fn macos_llvm_target(arch: Arch) -> String {
204
fn link_env_remove(arch: Arch, os: &'static str) -> StaticCow<[StaticCow<str>]> {
205
// Apple platforms only officially support macOS as a host for any compilation.
206
//
207
- // 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
208
// that's only applicable to cross-OS compilation. Always leave anything for the
209
// host OS alone though.
210
if os == "macos" {
0 commit comments