aboutsummaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorIvan Boldyrev <[email protected]>2023-09-10 18:57:24 +0400
committerJack O'Connor <[email protected]>2025-03-16 21:24:06 -0700
commit29846bed88b3c50d51562110f6e0f242c908a014 (patch)
tree68b1ee0e387ca9dd20f76621eac6f8b9a432eb86 /build.rs
parentd4aed8145b5478d62308319d2ad849e2a1e371db (diff)
Misc textual improvements
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 84717f9..551b4e9 100644
--- a/build.rs
+++ b/build.rs
@@ -295,7 +295,7 @@ fn build_neon_c_intrinsics() {
fn build_wasm32_simd() {
assert!(is_wasm32());
- // No C code to compile here. Set the cfg flags that enable the WASM SIMD.
+ // No C code to compile here. Set the cfg flags that enable the Wasm SIMD.
// The regular Cargo build will compile it.
println!("cargo:rustc-cfg=blake3_wasm32_simd");
}