diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-05-02 17:53:04 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-02 17:53:04 +0000 |
commit | 17bae4c5e6ad902c4b42e82565c749b820f16d99 (patch) | |
tree | 43ad620d97e2a4255422ad9a3eee0b7f5d39bf9b /lldb/scripts/Python/modify-python-lldb.py | |
parent | 4cfa7971e98e37387aa219f7565472e52d5fc2b2 (diff) | |
download | bcm5719-llvm-17bae4c5e6ad902c4b42e82565c749b820f16d99.tar.gz bcm5719-llvm-17bae4c5e6ad902c4b42e82565c749b820f16d99.zip |
Fix a typo in comment.
llvm-svn: 130698
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
-rw-r--r-- | lldb/scripts/Python/modify-python-lldb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 0b9c174a72c..6908fac09d5 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -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: |