From a611da91a367e22aa86d07ae08b95865192327b0 Mon Sep 17 00:00:00 2001 From: Hart Chu Date: Sun, 19 Feb 2017 11:30:42 -0600 Subject: Fix comment typo (#171) --- examples/func_calls.py | 2 +- examples/rewrite_ast.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/func_calls.py b/examples/func_calls.py index a672b77..2433ffd 100644 --- a/examples/func_calls.py +++ b/examples/func_calls.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------- -# pycparser: func_defs.py +# pycparser: func_calls.py # # Using pycparser for printing out all the calls of some function # in a C file. 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 # -- cgit v1.2.1