[Lldb-commits] [lldb] r132160 - /lldb/trunk/test/process_launch/TestProcessLaunch.py

Johnny Chen johnny.chen at apple.com
Thu May 26 15:01:50 PDT 2011


Author: johnny
Date: Thu May 26 17:01:50 2011
New Revision: 132160

URL: http://llvm.org/viewvc/llvm-project?rev=132160&view=rev
Log:
Remove extra '.' in the comment.

Modified:
    lldb/trunk/test/process_launch/TestProcessLaunch.py

Modified: lldb/trunk/test/process_launch/TestProcessLaunch.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/process_launch/TestProcessLaunch.py?rev=132160&r1=132159&r2=132160&view=diff
==============================================================================
--- lldb/trunk/test/process_launch/TestProcessLaunch.py (original)
+++ lldb/trunk/test/process_launch/TestProcessLaunch.py Thu May 26 17:01:50 2011
@@ -1,5 +1,5 @@
 """
-Test lldb process launch flags..
+Test lldb process launch flags.
 """
 
 import os, time





More information about the lldb-commits mailing list