summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-06-18 05:27:05 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-06-18 05:27:05 +0000
commit58ef391f3ef80cc4e4e375b7e2f1f397afd47b90 (patch)
tree5745c92f275d16ef1c8c47b79e523929b3169a36 /lldb/test/functionalities/thread
parent8b2492f2a0e0b143c4c4f17765901e568af92e68 (diff)
downloadbcm5719-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.cpp2
-rw-r--r--lldb/test/functionalities/thread/exit_during_step/main.cpp2
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>
OpenPOWER on IntegriCloud