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