[Lldb-commits] [lldb] r125323 - /lldb/trunk/test/plugins/darwin.py

Johnny Chen johnny.chen at apple.com
Thu Feb 10 16:07:26 PST 2011


Author: johnny
Date: Thu Feb 10 18:07:26 2011
New Revision: 125323

URL: http://llvm.org/viewvc/llvm-project?rev=125323&view=rev
Log:
Fix another typo.

Modified:
    lldb/trunk/test/plugins/darwin.py

Modified: lldb/trunk/test/plugins/darwin.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/plugins/darwin.py?rev=125323&r1=125322&r2=125323&view=diff
==============================================================================
--- lldb/trunk/test/plugins/darwin.py (original)
+++ lldb/trunk/test/plugins/darwin.py Thu Feb 10 18:07:26 2011
@@ -106,5 +106,5 @@
         lldbtest.system(["/bin/sh", "-c", "make clean"+getCmdLine(dictionary)],
                         sender=sender)
 
-    # True signifies that we can handle building dsym.
+    # True signifies that we can handle cleanup.
     return True





More information about the lldb-commits mailing list