Fix typos in InternalDocs/compiler.md (#149915)

This commit is contained in:
Langyan
2026-05-29 18:14:20 +08:00
committed by GitHub
parent 686996e4d8
commit 13fee461c2
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1708,7 +1708,7 @@ symtable_enter_type_param_block(struct symtable *st, identifier name,
return 1;
}
/* VISIT, VISIT_SEQ and VIST_SEQ_TAIL take an ASDL type as their second argument.
/* VISIT, VISIT_SEQ and VISIT_SEQ_TAIL take an ASDL type as their second argument.
They use the ASDL name to synthesize the name of the C type and the visit
function.