runtime: fix typo

This commit is contained in:
hikari
2022-04-07 12:24:53 +03:00
parent 698fcb7813
commit ad90f416a5

View File

@@ -565,7 +565,7 @@ __init_context :: proc "contextless" (c: ^Context) {
return
}
// NOTE(bill): Do not initialize these procedures with a call as they are not defined with the "contexless" calling convention
// NOTE(bill): Do not initialize these procedures with a call as they are not defined with the "contextless" calling convention
c.allocator.procedure = default_allocator_proc
c.allocator.data = nil