diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-07-01 21:22:11 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-07-01 21:22:11 +0000 |
commit | d93c4a33395a7d9b960ec64348a07ba204d51017 (patch) | |
tree | 8cb726e00581c790adf105b4f2d8d4d8c1ca9efe /lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py | |
parent | 8e9765352888379973132b3e6c2f47b3ba82d7ce (diff) | |
download | bcm5719-llvm-d93c4a33395a7d9b960ec64348a07ba204d51017.tar.gz bcm5719-llvm-d93c4a33395a7d9b960ec64348a07ba204d51017.zip |
Fix typos.
llvm-svn: 212132
Diffstat (limited to 'lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py')
-rw-r--r-- | lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py b/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py index bd3bcc4b721..fa32b37bd38 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py @@ -415,7 +415,7 @@ class WatchpointCommandsTestCase(TestBase): substrs = ['stop reason = watchpoint']) # Before continuing, we'll disable the watchpoint, which means we won't - # stop agian after this. + # stop again after this. self.runCmd("watchpoint disable") self.expect("watchpoint list -v", @@ -473,7 +473,7 @@ class WatchpointCommandsTestCase(TestBase): substrs = ['stop reason = breakpoint']) # Before continuing, we'll enable the watchpoint, which means we will - # stop agian after this. + # stop again after this. self.runCmd("watchpoint enable") self.expect("watchpoint list -v", |