Skip to content

Commit de359c5

Browse files
committed
fix typos in comment
1 parent be284b6 commit de359c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ impl From<auxvec::AuxVec> for AtHwcap {
210210
..Default::default()
211211
};
212212

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

0 commit comments

Comments
 (0)