Fix typo in comment in compile.c (#101194)

This commit is contained in:
Ikko Eltociear Ashimine 2023-01-21 03:34:36 +09:00 committed by GitHub
parent 8be6992620
commit 4510fbb216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3667,7 +3667,7 @@ compiler_try_star_except(struct compiler *c, stmt_ty s)
/*
[orig] BUILD_LIST
*/
/* Creat a copy of the original EG */
/* Create a copy of the original EG */
/*
[orig, []] COPY 2
[orig, [], exc]