[Lldb-commits] [lldb] r130252 - /lldb/trunk/test/lldbutil.py

Johnny Chen johnny.chen at apple.com
Tue Apr 26 16:07:40 PDT 2011


Author: johnny
Date: Tue Apr 26 18:07:40 2011
New Revision: 130252

URL: http://llvm.org/viewvc/llvm-project?rev=130252&view=rev
Log:
Update comment.

Modified:
    lldb/trunk/test/lldbutil.py

Modified: lldb/trunk/test/lldbutil.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbutil.py?rev=130252&r1=130251&r2=130252&view=diff
==============================================================================
--- lldb/trunk/test/lldbutil.py (original)
+++ lldb/trunk/test/lldbutil.py Tue Apr 26 18:07:40 2011
@@ -6,9 +6,9 @@
 import os, sys
 import StringIO
 
-# ====================================================
-# Utilities for locating/checking executable programs.
-# ====================================================
+# ===================================================
+# Utilities for locating/checking executable programs
+# ===================================================
 
 def is_exe(fpath):
     """Return true if fpath is an executable."""





More information about the lldb-commits mailing list