mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +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.
|
Free memory to the stack.
|
||||||
|
|
||||||
This procedure frees the memory region starting at `old_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.
|
is returned.
|
||||||
*/
|
*/
|
||||||
stack_free :: proc(
|
stack_free :: proc(
|
||||||
|
|||||||
Reference in New Issue
Block a user