diff options
Diffstat (limited to 'src/nvim/map_glyph_cache.c')
-rw-r--r-- | src/nvim/map_glyph_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/map_glyph_cache.c b/src/nvim/map_glyph_cache.c index 0d0f5ddd73..e79c8ecee8 100644 --- a/src/nvim/map_glyph_cache.c +++ b/src/nvim/map_glyph_cache.c @@ -6,7 +6,7 @@ // `String key` lookup keys don't need to be NULL terminated, but they // must not contain embedded NUL:s. When reading a key from set->keys, they // are always NUL terminated, though. Thus, it is enough to store an index into -// this array, and use strlen(), to retrive an interned key. +// this array, and use strlen(), to retrieve an interned key. #include <assert.h> #include <stdbool.h> |