summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-08-27 21:15:57 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-08-27 21:15:57 +0000
commitccd570da6bbb0f64f91b51cc5fda41ffbd3cc662 (patch)
treee8782f4ffd4612472a111c7f0722c810ae682fcd
parent9704c75b1f0e9c4137b02509405165679d879226 (diff)
downloadbcm5719-llvm-ccd570da6bbb0f64f91b51cc5fda41ffbd3cc662.tar.gz
bcm5719-llvm-ccd570da6bbb0f64f91b51cc5fda41ffbd3cc662.zip
Trivial doc string mod.
llvm-svn: 112293
-rw-r--r--lldb/test/array_types/TestArrayTypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/array_types/TestArrayTypes.py b/lldb/test/array_types/TestArrayTypes.py
index 0671f0afd7f..9f679e32eff 100644
--- a/lldb/test/array_types/TestArrayTypes.py
+++ b/lldb/test/array_types/TestArrayTypes.py
@@ -53,7 +53,7 @@ class TestArrayTypes(TestBase):
startstr = '(long [6])')
def test_array_types_python(self):
- """Use Python APIs to test variables with array types."""
+ """Use Python APIs to inspect variables with array types."""
exe = os.path.join(os.getcwd(), "a.out")
target = self.dbg.CreateTarget(exe)
OpenPOWER on IntegriCloud