diff options
Diffstat (limited to 'lldb/test/functionalities/thread/concurrent_events/main.cpp')
| -rw-r--r-- | lldb/test/functionalities/thread/concurrent_events/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/concurrent_events/main.cpp b/lldb/test/functionalities/thread/concurrent_events/main.cpp index 83233d5ac01..0733e4c9e9a 100644 --- a/lldb/test/functionalities/thread/concurrent_events/main.cpp +++ b/lldb/test/functionalities/thread/concurrent_events/main.cpp @@ -11,7 +11,7 @@ // (breakpoints, watchpoints, crashes, and signal generation/delivery) happen // from multiple threads. The test expects the debugger to set a breakpoint on // the main thread (before any worker threads are spawned) and modify variables -// which control the number of therads that are spawned for each action. +// which control the number of threads that are spawned for each action. #include <atomic> #include <vector> |

