Fix typo in core:mem alloc() comment.

This commit is contained in:
Jeroen van Rijn
2021-05-06 11:25:41 +02:00
parent b6a1ec0229
commit 4f51d74fc2
+1 -1
View File
@@ -22,7 +22,7 @@ Allocator_Mode_Set :: distinct bit_set[Allocator_Mode];
Allocator_Query_Info :: runtime.Allocator_Query_Info; Allocator_Query_Info :: runtime.Allocator_Query_Info;
/* /*
Allocator_Query_Info :: struct { Allocator_Query_Info :: struct {
pointer: Maybe(rawptr), pointer: rawptr,
size: Maybe(int), size: Maybe(int),
alignment: Maybe(int), alignment: Maybe(int),
} }