From 8240b0d7fe316deb0c8a28388578dfd69e02cdc1 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 8 Aug 2019 20:47:40 +0000 Subject: Fix a comment which was incorrect. llvm-svn: 368340 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp') diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp index 94cc5182776..b777a531910 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp @@ -174,7 +174,7 @@ bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, "data from python for pid %" PRIu64, m_process->GetID()); - // The threads that are in "new_thread_list" upon entry are the threads from + // The threads that are in "core_thread_list" upon entry are the threads from // the lldb_private::Process subclass, no memory threads will be in this // list. StructuredData::ArraySP threads_list = -- cgit v1.2.3