fix typo in comment
This commit is contained in:
parent
de359c569b
commit
4c849c73a4
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ impl From<auxvec::AuxVec> for AtHwcap {
|
|||
|
||||
// Hardware capabilities from bits 32 to 63 should only
|
||||
// be tested on LP64 targets with 64 bits `usize`.
|
||||
// On ILP32 targets like `aarch64-unknown-linux-gun_ilp32`,
|
||||
// On ILP32 targets like `aarch64-unknown-linux-gnu_ilp32`,
|
||||
// these hardware capabilities will default to `false`.
|
||||
// https://github.com/rust-lang/rust/issues/146230
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue