diff options
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", |