From 8b4caf41708c57d9aabc1a80190491dda22d1479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Tue, 30 Apr 2024 03:06:04 +0200 Subject: [PATCH] spellcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Söderqvist --- src/serverassert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/serverassert.h b/src/serverassert.h index 2e28bd8f69..6005eabe9e 100644 --- a/src/serverassert.h +++ b/src/serverassert.h @@ -40,8 +40,8 @@ /* This is a drop-in replacement of assert. We use it even in code copied from * other sources. To make these files usable outside of Valkey, it should be - * enough to replace this include with . Therefore, this file shoudn't - * have any dependencies to any other valkey code. */ + * enough to replace this include with . Therefore, this file + * shouldn't have any dependencies to any other valkey code. */ #if __GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5) #define valkey_unreachable __builtin_unreachable