diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-26 00:52:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-26 07:52:30 +0800 |
commit | 9dfbbde240fc095b856d8e0e1c670b1912ec6640 (patch) | |
tree | c1322178caf5ad0395aaa2d8034349e305ede953 /src/nvim/memory.c | |
parent | d38da27f1e1e4d8f2ff0af94b32aa531a9183255 (diff) | |
download | rneovim-9dfbbde240fc095b856d8e0e1c670b1912ec6640.tar.gz rneovim-9dfbbde240fc095b856d8e0e1c670b1912ec6640.tar.bz2 rneovim-9dfbbde240fc095b856d8e0e1c670b1912ec6640.zip |
docs: fix typos (#21168)
Diffstat (limited to 'src/nvim/memory.c')
-rw-r--r-- | src/nvim/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/memory.c b/src/nvim/memory.c index 60c29492bb..8bc871344c 100644 --- a/src/nvim/memory.c +++ b/src/nvim/memory.c @@ -553,7 +553,7 @@ static void arena_free_reuse_blks(void) } } -/// Finnish the allocations in an arena. +/// Finish the allocations in an arena. /// /// This does not immediately free the memory, but leaves existing allocated /// objects valid, and returns an opaque ArenaMem handle, which can be used to |