summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fernandez <matthew.fernandez@gmail.com>2016-03-09 15:23:40 +1100
committerMatthew Fernandez <matthew.fernandez@gmail.com>2016-03-09 15:23:40 +1100
commit0537880e6f04813686a9a999e9283f4fd3f63eef (patch)
treebdee379e3b3c8da2f87e0099329d78976ee2cad5
parentfee8df8660aecdfdab61bef036742f42cfc5fc86 (diff)
downloadpycparser-0537880e6f04813686a9a999e9283f4fd3f63eef.tar.gz
Fix trivial comment typo.
-rw-r--r--pycparser/ast_transforms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycparser/ast_transforms.py b/pycparser/ast_transforms.py
index 36db1e8..da15d21 100644
--- a/pycparser/ast_transforms.py
+++ b/pycparser/ast_transforms.py
@@ -43,7 +43,7 @@ def fix_switch_cases(switch_node):
Default:
break
- The goal of this transform it to fix this mess, turning it into the
+ The goal of this transform is to fix this mess, turning it into the
following:
Switch