about summary refs log tree commit diff
path: root/library/std_detect/src/detect/os
diff options
context:
space:
mode:
authorFang He <hf.enigma@gmail.com>2025-09-12 08:18:26 +0800
committerFang He <hf.enigma@gmail.com>2025-09-12 08:18:26 +0800
commit4c849c73a4b49ffe3a96261d95b65df1421befd9 (patch)
treeb21883a97c83e689a948ea61a288d245c213038f /library/std_detect/src/detect/os
parentde359c569b7c3eb630fb44e9078c4bea012eac99 (diff)
downloadrust-4c849c73a4b49ffe3a96261d95b65df1421befd9.tar.gz
rust-4c849c73a4b49ffe3a96261d95b65df1421befd9.zip
fix typo in comment
Diffstat (limited to 'library/std_detect/src/detect/os')
-rw-r--r--library/std_detect/src/detect/os/linux/aarch64.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std_detect/src/detect/os/linux/aarch64.rs b/library/std_detect/src/detect/os/linux/aarch64.rs
index c53dbf3fd9b..b733b8a9eb2 100644
--- a/library/std_detect/src/detect/os/linux/aarch64.rs
+++ b/library/std_detect/src/detect/os/linux/aarch64.rs
@@ -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")]