summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-02-01 19:35:55 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-02-01 19:35:55 +0000
commitccfa90a5fe0e7b919ff0368a8d59c763733905f3 (patch)
treef8b7fde5245a10a207a9532750e15649b60dc5ff
parent26ffb64177f895e53b6c08d342e4e4608f87aee3 (diff)
downloadbcm5719-llvm-ccfa90a5fe0e7b919ff0368a8d59c763733905f3.tar.gz
bcm5719-llvm-ccfa90a5fe0e7b919ff0368a8d59c763733905f3.zip
Fix indentation.
llvm-svn: 149529
-rw-r--r--lldb/test/functionalities/target_command/TestTargetCommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/target_command/TestTargetCommand.py b/lldb/test/functionalities/target_command/TestTargetCommand.py
index ef3fbd013d4..62f3ade6339 100644
--- a/lldb/test/functionalities/target_command/TestTargetCommand.py
+++ b/lldb/test/functionalities/target_command/TestTargetCommand.py
@@ -178,7 +178,7 @@ class targetCommandTestCase(TestBase):
self.runCmd("b main")
self.runCmd("run")
- # New feature: you don't need to specify the variable(s) to 'target vaiable'.
+ # New feature: you don't need to specify the variable(s) to 'target vaiable'.
# It will find all the global and static variables in the current compile unit.
self.expect("target variable",
substrs = ['my_global_char',
OpenPOWER on IntegriCloud