diff options
Diffstat (limited to 'src/alloc.h')
-rw-r--r-- | src/alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.h b/src/alloc.h index 7b97b8c..9bab01b 100644 --- a/src/alloc.h +++ b/src/alloc.h @@ -350,7 +350,7 @@ void *varena_alloc(struct varena *varena, size_t count); * @param ptr * The object to resize. * @param old_count - * The old array lenth. + * The old array length. * @param new_count * The new array length. * @return |