Fix typos in variable names, function names, and comments (GH-101868)

This commit is contained in:
Yang Hau 2023-12-01 17:37:40 +08:00 committed by GitHub
parent 467e3f9417
commit 707c37e373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 13 deletions

View file

@ -402,7 +402,7 @@ error:
void
_Pypegen_set_syntax_error(Parser* p, Token* last_token) {
// Existing sintax error
// Existing syntax error
if (PyErr_Occurred()) {
// Prioritize tokenizer errors to custom syntax errors raised
// on the second phase only if the errors come from the parser.