From 678e3ee12351e525fa9d94e7ff68ba7c1a8ca657 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 1 Sep 2023 21:32:24 -0700 Subject: [lldb] Fix duplicate word typos; NFC Those fixes were taken from https://reviews.llvm.org/D137338 --- lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp') diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp index 9a67ac4..aac3bc84 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp @@ -671,7 +671,7 @@ void NativeProcessLinux::MonitorSIGTRAP(const siginfo_t &info, SetCurrentThreadID(main_thread->GetID()); main_thread->SetStoppedByExec(); - // Tell coordinator about about the "new" (since exec) stopped main thread. + // Tell coordinator about the "new" (since exec) stopped main thread. ThreadWasCreated(*main_thread); // Let our delegate know we have just exec'd. -- cgit v1.1