aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-02-28 15:37:15 +0000
committergingerBill <bill@gingerbill.org>2022-02-28 15:37:15 +0000
commit0ae012ba08c1981952dc508ab2b6244331926ba1 (patch)
tree93cffc3fe687319089fecc2f78caa282beea6eab /src/check_type.cpp
parentfc4eb4152cd9e95ee1e020d60f89a2e245e8febe (diff)
Correct comment
Diffstat (limited to 'src/check_type.cpp')
-rw-r--r--src/check_type.cpp2
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,