From 58ef391f3ef80cc4e4e375b7e2f1f397afd47b90 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 18 Jun 2015 05:27:05 +0000 Subject: Fix a variety of typos. No functional change. llvm-svn: 239995 --- lldb/test/functionalities/stop-hook/TestStopHookMechanism.py | 2 +- .../stop-hook/multiple_threads/TestStopHookMultipleThreads.py | 2 +- lldb/test/functionalities/thread/create_during_step/main.cpp | 2 +- lldb/test/functionalities/thread/exit_during_step/main.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lldb/test/functionalities') diff --git a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py index 41b791d94f8..87be6d9bba9 100644 --- a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py +++ b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py @@ -66,7 +66,7 @@ class StopHookMechanismTestCase(TestBase): child.expect_exact(prompt) child.sendline('target stop-hook list') - # Now run the program, expect to stop at the the first breakpoint which is within the stop-hook range. + # Now run the program, expect to stop at the first breakpoint which is within the stop-hook range. child.expect_exact(prompt) child.sendline('run') # Make sure we see the stop hook text from the stop of the process from the run hitting the first breakpoint diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py index 276bb433daa..1792bf994cb 100644 --- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py +++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py @@ -62,7 +62,7 @@ class StopHookForMultipleThreadsTestCase(TestBase): child.sendline('breakpoint set -f main.cpp -l %d' % self.thread_function) child.expect_exact(prompt) - # Now run the program, expect to stop at the the first breakpoint which is within the stop-hook range. + # Now run the program, expect to stop at the first breakpoint which is within the stop-hook range. child.sendline('run') child.expect_exact("Process") # 'Process 2415 launched', 'Process 2415 stopped' child.expect_exact(prompt) diff --git a/lldb/test/functionalities/thread/create_during_step/main.cpp b/lldb/test/functionalities/thread/create_during_step/main.cpp index f64831be5cb..c5a36e02394 100644 --- a/lldb/test/functionalities/thread/create_during_step/main.cpp +++ b/lldb/test/functionalities/thread/create_during_step/main.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // This test is intended to create a situation in which one thread will be -// created while a the debugger is stepping in another thread. +// created while the debugger is stepping in another thread. #include #include diff --git a/lldb/test/functionalities/thread/exit_during_step/main.cpp b/lldb/test/functionalities/thread/exit_during_step/main.cpp index 99492123fde..8c641699256 100644 --- a/lldb/test/functionalities/thread/exit_during_step/main.cpp +++ b/lldb/test/functionalities/thread/exit_during_step/main.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // This test is intended to create a situation in which one thread will exit -// while a the debugger is stepping in another thread. +// while the debugger is stepping in another thread. #include #include -- cgit v1.2.1