fix spelling
diff --git a/Python/ast.c b/Python/ast.c
index 78b4126..5d2b35d 100644
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -490,7 +490,7 @@
     return res;
 }
 
-/* This is done here, so defines like "test" don't intefere with AST use above. */
+/* This is done here, so defines like "test" don't interfere with AST use above. */
 #include "grammar.h"
 #include "parsetok.h"
 #include "graminit.h"