commit | a611da91a367e22aa86d07ae08b95865192327b0 | [log] [tgz] |
---|---|---|
author | Hart Chu <cthesky@yeah.net> | Sun Feb 19 11:30:42 2017 -0600 |
committer | Eli Bendersky <eliben@users.noreply.github.com> | Sun Feb 19 09:30:42 2017 -0800 |
tree | 76ddd6f30f6f6a8633e54863bceaf062303b126e | |
parent | 0f8e2313d6f0ec06806ea05e861d1fc47d3c3016 [diff] [blame] |
Fix comment typo (#171)
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.