mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Correct comment
This commit is contained in:
+1
-1
@@ -2174,7 +2174,7 @@ void init_map_entry_type(Type *type) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
struct {
|
struct {
|
||||||
hash: runtime.Map_Hash,
|
hash: uintptr,
|
||||||
next: int,
|
next: int,
|
||||||
key: Key,
|
key: Key,
|
||||||
value: Value,
|
value: Value,
|
||||||
|
|||||||
Reference in New Issue
Block a user