Fix a typo in comment.

llvm-svn: 130698
This commit is contained in:
Johnny Chen 2011-05-02 17:53:04 +00:00
parent 4cfa7971e9
commit 17bae4c5e6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ for line in content.splitlines():
# Next state will be NORMAL.
state = NORMAL
# Pass the original line of content to the ew_content.
# Pass the original line of content to new_content.
print >> new_content, line
with open(output_name, 'w') as f_out: