Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
zuiderkwast committed Apr 30, 2024
1 parent d60c276 commit 8b4caf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serverassert.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <assert.h>. Therefore, this file shoudn't
* have any dependencies to any other valkey code. */
* enough to replace this include with <assert.h>. 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
Expand Down

0 comments on commit 8b4caf4

Please sign in to comment.