summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-02-03 20:50:56 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-02-03 20:50:56 +0000
commit9dad8ae6c69e0a105c5f8c65b84dace272668576 (patch)
treed74eb37e4ab4d3b3159830c32a6bce96c1381e05
parent4290be43861dd6ec8d567c74f89a12ddf35ffe44 (diff)
downloadbcm5719-llvm-9dad8ae6c69e0a105c5f8c65b84dace272668576.tar.gz
bcm5719-llvm-9dad8ae6c69e0a105c5f8c65b84dace272668576.zip
Fix typos.
llvm-svn: 149710
-rw-r--r--lldb/test/lang/cpp/stl/TestSTL.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py
index 29e1579913c..c7e03751598 100644
--- a/lldb/test/lang/cpp/stl/TestSTL.py
+++ b/lldb/test/lang/cpp/stl/TestSTL.py
@@ -29,13 +29,13 @@ class STLTestCase(TestBase):
@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()
OpenPOWER on IntegriCloud