aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boldyrev <[email protected]>2023-09-11 22:47:58 +0400
committerJack O'Connor <[email protected]>2025-03-16 21:24:06 -0700
commitc27ba73939ecc6f1aedf1f68f2140701f53769f7 (patch)
tree2da3aa7c175bb6ddec874ef1a4f7c439b5e2ade4
parent503c828d240ea20e89c1b21412bf7eaa24a4d134 (diff)
Fix comment
-rw-r--r--src/platform.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform.rs b/src/platform.rs
index 11da3e2..9af6089 100644
--- a/src/platform.rs
+++ b/src/platform.rs
@@ -401,7 +401,7 @@ impl Platform {
#[cfg(blake3_wasm32_simd)]
pub fn wasm32_simd() -> Option<Self> {
- // Assumed to be safe if the "neon" feature is on.
+ // Assumed to be safe if the "wasm32_simd" feature is on.
Some(Self::WASM32_SIMD)
}
}