From 62b0f7176853198b67c78503efcfb5ba27cfe755 Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:21:22 -0400 Subject: [PATCH] mem: Fix comment typo --- core/mem/allocators.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mem/allocators.odin b/core/mem/allocators.odin index fdf969b6b..bcc9e21df 100644 --- a/core/mem/allocators.odin +++ b/core/mem/allocators.odin @@ -959,7 +959,7 @@ stack_alloc_bytes_non_zeroed :: proc( Free memory to the stack. This procedure frees the memory region starting at `old_memory` to the stack. -If the freeing does is an out of order freeing, the `.Invalid_Pointer` error +If the freeing is an out of order freeing, the `.Invalid_Pointer` error is returned. */ stack_free :: proc(