diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-06-18 05:27:05 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-06-18 05:27:05 +0000 |
| commit | 58ef391f3ef80cc4e4e375b7e2f1f397afd47b90 (patch) | |
| tree | 5745c92f275d16ef1c8c47b79e523929b3169a36 /lldb/test/functionalities/thread | |
| parent | 8b2492f2a0e0b143c4c4f17765901e568af92e68 (diff) | |
| download | bcm5719-llvm-58ef391f3ef80cc4e4e375b7e2f1f397afd47b90.tar.gz bcm5719-llvm-58ef391f3ef80cc4e4e375b7e2f1f397afd47b90.zip | |
Fix a variety of typos.
No functional change.
llvm-svn: 239995
Diffstat (limited to 'lldb/test/functionalities/thread')
| -rw-r--r-- | lldb/test/functionalities/thread/create_during_step/main.cpp | 2 | ||||
| -rw-r--r-- | lldb/test/functionalities/thread/exit_during_step/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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 <pthread.h> #include <atomic> 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 <pthread.h> #include <unistd.h> |

