summaryrefslogtreecommitdiffstats
path: root/include/zix/bump_allocator.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-17 12:07:21 -0500
committerDavid Robillard <d@drobilla.net>2022-11-17 12:09:45 -0500
commit68d02a48ea89d45f16f7901bf46849ea923841c0 (patch)
treedcab96020bd40c7e4d663d96701bba470abb08ce /include/zix/bump_allocator.h
parente0cb455ac899829cf9fe41bbd6015f5567a9bbcb (diff)
downloadzix-68d02a48ea89d45f16f7901bf46849ea923841c0.tar.gz
zix-68d02a48ea89d45f16f7901bf46849ea923841c0.tar.bz2
zix-68d02a48ea89d45f16f7901bf46849ea923841c0.zip
Improve documentation
Diffstat (limited to 'include/zix/bump_allocator.h')
-rw-r--r--include/zix/bump_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/bump_allocator.h b/include/zix/bump_allocator.h
index c054207..c69de92 100644
--- a/include/zix/bump_allocator.h
+++ b/include/zix/bump_allocator.h
@@ -37,7 +37,7 @@
pointer, essentially serving as a cheap pop and pop-push, respectively.
- Calling free() means that realloc() will fail and free() will do nothing
- until the next allocation. In other words, free() can not be used twice
+ until the next allocation. In other words, free() can't be used twice
in a row.
- There is no relocation: realloc() always returns either the input pointer,