From d8b39122cea6ca7363b0ae6d96d99bd018a264c4 Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Wed, 25 Jan 2023 10:51:12 +0900 Subject: [PATCH v23 10/18] Fix a typo in simd.h --- src/include/port/simd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/port/simd.h b/src/include/port/simd.h index 84d41a340a..f0bba33c53 100644 --- a/src/include/port/simd.h +++ b/src/include/port/simd.h @@ -280,7 +280,7 @@ vector8_is_highbit_set(const Vector8 v) } /* - * Return the bitmak of the high-bit of each element. + * Return the bitmask of the high-bit of each element. */ static inline uint32 vector8_highbit_mask(const Vector8 v) -- 2.31.1