summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@users.noreply.github.com>2016-03-09 08:59:52 -0800
committerEli Bendersky <eliben@users.noreply.github.com>2016-03-09 08:59:52 -0800
commitad996555659a8b8908358f45ad326d0a26eddcfa (patch)
treebdee379e3b3c8da2f87e0099329d78976ee2cad5
parentfee8df8660aecdfdab61bef036742f42cfc5fc86 (diff)
parent0537880e6f04813686a9a999e9283f4fd3f63eef (diff)
downloadpycparser-ad996555659a8b8908358f45ad326d0a26eddcfa.tar.gz
Merge pull request #115 from Smattr/d5f4a2d3-e7b8-4b3a-bdd8-4b295509b3a7
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