From 17bae4c5e6ad902c4b42e82565c749b820f16d99 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 2 May 2011 17:53:04 +0000 Subject: [PATCH] Fix a typo in comment. llvm-svn: 130698 --- lldb/scripts/Python/modify-python-lldb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 0b9c174a72c5..6908fac09d5b 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: