[Lldb-commits] [lldb] r149710 - /lldb/trunk/test/lang/cpp/stl/TestSTL.py

Johnny Chen johnny.chen at apple.com
Fri Feb 3 12:50:56 PST 2012


Author: johnny
Date: Fri Feb  3 14:50:56 2012
New Revision: 149710

URL: http://llvm.org/viewvc/llvm-project?rev=149710&view=rev
Log:
Fix typos.

Modified:
    lldb/trunk/test/lang/cpp/stl/TestSTL.py

Modified: lldb/trunk/test/lang/cpp/stl/TestSTL.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/stl/TestSTL.py?rev=149710&r1=149709&r2=149710&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/stl/TestSTL.py (original)
+++ lldb/trunk/test/lang/cpp/stl/TestSTL.py Fri Feb  3 14:50:56 2012
@@ -29,13 +29,13 @@
 
     @python_api_test
     def test_SBType_template_aspects_with_dsym(self):
-        """Test APIs for getting template arguments from a SBType."""
+        """Test APIs for getting template arguments from an SBType."""
         self.buildDsym()
         self.sbtype_template_apis()
 
     @python_api_test
     def test_SBType_template_aspects_with_dwarf(self):
-        """Test APIs for getting template arguments from a SBType."""
+        """Test APIs for getting template arguments from an SBType."""
         self.buildDwarf()
         self.sbtype_template_apis()
 





More information about the lldb-commits mailing list