Skip to content

Commit 6cc3046

Browse files
committed
typo
1 parent 3cae0a6 commit 6cc3046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ir/possible-contents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ struct InfoCollector
12971297
addRoot(curr);
12981298

12991299
// Connect handled tags with their branch targets, and materialize non-null
1300-
// exnref values.
1300+
// continuation values.
13011301
auto numTags = curr->handlerTags.size();
13021302
for (Index tagIndex = 0; tagIndex < numTags; tagIndex++) {
13031303
auto tag = curr->handlerTags[tagIndex];

0 commit comments

Comments
 (0)