[Lldb-commits] [lldb] r136918 - /lldb/trunk/test/api/check_public_api_headers/TestPublicAPIHeaders.py

Johnny Chen johnny.chen at apple.com
Thu Aug 4 13:48:50 PDT 2011


Author: johnny
Date: Thu Aug  4 15:48:50 2011
New Revision: 136918

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

Modified:
    lldb/trunk/test/api/check_public_api_headers/TestPublicAPIHeaders.py

Modified: lldb/trunk/test/api/check_public_api_headers/TestPublicAPIHeaders.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/check_public_api_headers/TestPublicAPIHeaders.py?rev=136918&r1=136917&r2=136918&view=diff
==============================================================================
--- lldb/trunk/test/api/check_public_api_headers/TestPublicAPIHeaders.py (original)
+++ lldb/trunk/test/api/check_public_api_headers/TestPublicAPIHeaders.py Thu Aug  4 15:48:50 2011
@@ -39,7 +39,7 @@
 
         public_api_dir = os.path.join(os.environ["LLDB_SRC"], "include", "lldb", "API")
 
-        # Look under the include/lldb/API directory and add #include statements for
+        # Look under the include/lldb/API directory and add #include statements
         # for all the SB API headers.
         public_headers = os.listdir(public_api_dir)
         # For different platforms, the include statement can vary.





More information about the lldb-commits mailing list