]> granicus.if.org Git - python/commitdiff
fix spelling
authorBenjamin Peterson <benjamin@python.org>
Mon, 16 Jan 2012 14:56:35 +0000 (09:56 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 16 Jan 2012 14:56:35 +0000 (09:56 -0500)
Python/ast.c

index 78b4126cdf30cb3f32b2024d28962dacb7eed996..5d2b35d8601c4bda486eba0e04daf0883df0840a 100644 (file)
@@ -490,7 +490,7 @@ PyAST_Validate(mod_ty mod)
     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"