We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de359c5 commit 4c849c7Copy full SHA for 4c849c7
library/std_detect/src/detect/os/linux/aarch64.rs
@@ -212,7 +212,7 @@ impl From<auxvec::AuxVec> for AtHwcap {
212
213
// Hardware capabilities from bits 32 to 63 should only
214
// be tested on LP64 targets with 64 bits `usize`.
215
- // On ILP32 targets like `aarch64-unknown-linux-gun_ilp32`,
+ // On ILP32 targets like `aarch64-unknown-linux-gnu_ilp32`,
216
// these hardware capabilities will default to `false`.
217
// https://github.com/rust-lang/rust/issues/146230
218
#[cfg(target_pointer_width = "64")]
0 commit comments