[Lldb-commits] [lldb] r112750 - /lldb/trunk/test/hello_world/TestHelloWorld.py
Johnny Chen
johnny.chen at apple.com
Wed Sep 1 15:10:09 PDT 2010
Author: johnny
Date: Wed Sep 1 17:10:09 2010
New Revision: 112750
URL: http://llvm.org/viewvc/llvm-project?rev=112750&view=rev
Log:
Fixed comment.
Modified:
lldb/trunk/test/hello_world/TestHelloWorld.py
Modified: lldb/trunk/test/hello_world/TestHelloWorld.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/hello_world/TestHelloWorld.py?rev=112750&r1=112749&r2=112750&view=diff
==============================================================================
--- lldb/trunk/test/hello_world/TestHelloWorld.py (original)
+++ lldb/trunk/test/hello_world/TestHelloWorld.py Wed Sep 1 17:10:09 2010
@@ -57,7 +57,7 @@
# It only works sometimes.
self.breakAfterLaunch(process, "main")
else:
- # On the other hand, the following two lines of code are more reliable.
+ # On the other hand, the following line of code are more reliable.
self.runCmd("run", setCookie=False)
#self.runCmd("thread backtrace")
More information about the lldb-commits
mailing list