Fix indentation.

llvm-svn: 149529
This commit is contained in:
Johnny Chen 2012-02-01 19:35:55 +00:00
parent 26ffb64177
commit ccfa90a5fe
1 changed files with 1 additions and 1 deletions

View File

@ -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',