Fix a typo in comment.
llvm-svn: 130698
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py
index 0b9c174..6908fac 100644
--- a/lldb/scripts/Python/modify-python-lldb.py
+++ b/lldb/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: