diff options
| author | gingerBill <bill@gingerbill.org> | 2022-02-28 15:37:15 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-02-28 15:37:15 +0000 |
| commit | 0ae012ba08c1981952dc508ab2b6244331926ba1 (patch) | |
| tree | 93cffc3fe687319089fecc2f78caa282beea6eab /src/check_type.cpp | |
| parent | fc4eb4152cd9e95ee1e020d60f89a2e245e8febe (diff) | |
Correct comment
Diffstat (limited to 'src/check_type.cpp')
| -rw-r--r-- | src/check_type.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp index ff2c3d6a6..ecb2c26ea 100644 --- a/src/check_type.cpp +++ b/src/check_type.cpp @@ -2174,7 +2174,7 @@ void init_map_entry_type(Type *type) { /* struct { - hash: runtime.Map_Hash, + hash: uintptr, next: int, key: Key, value: Value, |