Skip to content

Commit 917850d

Browse files
committed
Fix comment
1 parent 6c3c8a1 commit 917850d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/BuiltinsWebAssembly.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ TARGET_BUILTIN(__builtin_wasm_ref_is_null_extern, "ii", "nct", "reference-types"
199199
// return type.
200200
TARGET_BUILTIN(__builtin_wasm_ref_null_func, "i", "nct", "reference-types")
201201

202-
// Check if the static type of a function pointer matches its static type. Used
202+
// Check if the runtime type of a function pointer matches its static type. Used
203203
// to avoid "function signature mismatch" traps. Takes a function pointer, uses
204204
// table.get to look up the pointer in __indirect_function_table and then
205205
// ref.test to test the type.

0 commit comments

Comments
 (0)