summaryrefslogtreecommitdiff
path: root/examples/rewrite_ast.py
diff options
context:
space:
mode:
authorHart Chu <cthesky@yeah.net>2017-02-19 11:30:42 -0600
committerEli Bendersky <eliben@users.noreply.github.com>2017-02-19 09:30:42 -0800
commita611da91a367e22aa86d07ae08b95865192327b0 (patch)
tree76ddd6f30f6f6a8633e54863bceaf062303b126e /examples/rewrite_ast.py
parent0f8e2313d6f0ec06806ea05e861d1fc47d3c3016 (diff)
downloadpycparser-a611da91a367e22aa86d07ae08b95865192327b0.tar.gz
Fix comment typo (#171)
Diffstat (limited to 'examples/rewrite_ast.py')
-rw-r--r--examples/rewrite_ast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rewrite_ast.py b/examples/rewrite_ast.py
index 7d1b196..eae6539 100644
--- a/examples/rewrite_ast.py
+++ b/examples/rewrite_ast.py
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------
-# pycparser: func_write.py
+# pycparser: rewrite_ast.py
#
# Tiny example of rewriting a AST node
#