diff options
author | Jim Ingham <jingham@apple.com> | 2019-08-08 20:47:40 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2019-08-08 20:47:40 +0000 |
commit | 8240b0d7fe316deb0c8a28388578dfd69e02cdc1 (patch) | |
tree | 09ff82455325e17963125dd30744687126d86031 /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | |
parent | 80347c3acc08a653cb4dd64411d86c35ac73011e (diff) | |
download | bcm5719-llvm-8240b0d7fe316deb0c8a28388578dfd69e02cdc1.tar.gz bcm5719-llvm-8240b0d7fe316deb0c8a28388578dfd69e02cdc1.zip |
Fix a comment which was incorrect.
llvm-svn: 368340
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp')
-rw-r--r-- | lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |