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: