commit | 6ea16c79a7d1b665c99ae73f8cb7b3f22e55a569 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Mon May 02 17:53:04 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Mon May 02 17:53:04 2011 +0000 |
tree | a8c4c3f1a0e5601595709208463779bf0b66911d | |
parent | 180546b3feb8c7bcca70a56776a7c4fad99ba09c [diff] [blame] |
Fix a typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@130698 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/modify-python-lldb.py b/scripts/Python/modify-python-lldb.py index 0b9c174..6908fac 100644 --- a/scripts/Python/modify-python-lldb.py +++ b/scripts/Python/modify-python-lldb.py
@@ -128,7 +128,7 @@ # 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: