mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-26 16:23:55 +00:00
mem: Fix comment typo
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user