v23-0010-Fix-a-typo-in-simd.h.patch

application/octet-stream

Filename: v23-0010-Fix-a-typo-in-simd.h.patch
Type: application/octet-stream
Part: 7
Message: Re: [PoC] Improve dead tuple storage for lazy vacuum

Patch

Format: format-patch
Series: patch v23-0010
Subject: Fix a typo in simd.h
File+
src/include/port/simd.h 1 1
From d8b39122cea6ca7363b0ae6d96d99bd018a264c4 Mon Sep 17 00:00:00 2001
From: Masahiko Sawada <sawada.mshk@gmail.com>
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