Browse Source

runtime: fix typo

hikari 3 years ago
parent
commit
ad90f416a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/runtime/core.odin

+ 1 - 1
core/runtime/core.odin

@@ -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