From e456c6e18ce47279d429b38f0b348e1a5f2b2beb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Sep 2024 11:41:52 -0400 Subject: Fix spelling --- src/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alloc.h') 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 -- cgit v1.2.3