]> git.kaiwu.me - quickjs.git/commitdiff
typo
authorFabrice Bellard <fabrice@bellard.org>
Sat, 21 Mar 2026 13:31:19 +0000 (14:31 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Sat, 21 Mar 2026 13:31:19 +0000 (14:31 +0100)
quickjs.c

index f6ff4a8591f0de34b47a5b45f0efbb9cd72619dd..a1173a4db43893c01a4c81195c4f950b0434a8f3 100644 (file)
--- a/quickjs.c
+++ b/quickjs.c
@@ -28783,7 +28783,7 @@ static __exception int js_parse_statement_or_decl(JSParseState *s,
             if (js_parse_expect(s, '}'))
                 goto fail;
             if (default_label_pos >= 0) {
-                /* Ugly patch for the the `default` label, shameful and risky */
+                /* Ugly patch for the `default` label, shameful and risky */
                 put_u32(s->cur_func->byte_code.buf + default_label_pos,
                         label_case);
                 s->cur_func->label_slots[label_case].pos = default_label_pos + 4;