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

Johnny Chen johnny.chen at apple.com
Thu Feb 10 16:06:48 PST 2011


Author: johnny
Date: Thu Feb 10 18:06:48 2011
New Revision: 125322

URL: http://llvm.org/viewvc/llvm-project?rev=125322&view=rev
Log:
Fix a 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=125322&r1=125321&r2=125322&view=diff
==============================================================================
--- lldb/trunk/test/plugins/darwin.py (original)
+++ lldb/trunk/test/plugins/darwin.py Thu Feb 10 18:06:48 2011
@@ -97,7 +97,7 @@
                      + getCmdLine(dictionary)],
                     sender=sender)
 
-    # True signifies that we can handle building dsym.
+    # True signifies that we can handle building dwarf.
     return True
 
 def cleanup(sender=None, dictionary=None):





More information about the lldb-commits mailing list