Skip to content

Commit 4c849c7

Browse files
committed
fix typo in comment
1 parent de359c5 commit 4c849c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std_detect/src/detect/os/linux/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ impl From<auxvec::AuxVec> for AtHwcap {
212212

213213
// Hardware capabilities from bits 32 to 63 should only
214214
// be tested on LP64 targets with 64 bits `usize`.
215-
// On ILP32 targets like `aarch64-unknown-linux-gun_ilp32`,
215+
// On ILP32 targets like `aarch64-unknown-linux-gnu_ilp32`,
216216
// these hardware capabilities will default to `false`.
217217
// https://github.com/rust-lang/rust/issues/146230
218218
#[cfg(target_pointer_width = "64")]

0 commit comments

Comments
 (0)