summaryrefslogtreecommitdiffstats
path: root/Tools/c-globals/check-c-globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/c-globals/check-c-globals.py')
-rw-r--r--Tools/c-globals/check-c-globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/c-globals/check-c-globals.py b/Tools/c-globals/check-c-globals.py
index 1de69a8..e68ed92 100644
--- a/Tools/c-globals/check-c-globals.py
+++ b/Tools/c-globals/check-c-globals.py
@@ -135,7 +135,7 @@ def _is_exception(name):
def _is_compiler(name):
return (
- # Python/Pythyon-ast.c
+ # Python/Python-ast.c
name.endswith('_type') or
name.endswith('_singleton') or
name.endswith('_attributes')