summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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