Skip to content

Commit 40b7b29

Browse files
authored
Fix typo in comment (#1326)
1 parent 5c47676 commit 40b7b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28467,7 +28467,7 @@ static __exception int js_parse_statement_or_decl(JSParseState *s,
2846728467
if (js_parse_expect(s, '}'))
2846828468
goto fail;
2846928469
if (default_label_pos >= 0) {
28470-
/* Ugly patch for the the `default` label, shameful and risky */
28470+
/* Ugly patch for the `default` label, shameful and risky */
2847128471
put_u32(s->cur_func->byte_code.buf + default_label_pos,
2847228472
label_case);
2847328473
s->cur_func->label_slots[label_case].pos = default_label_pos + 4;

0 commit comments

Comments
 (0)