Skip to content

Commit e3ff649

Browse files
authored
[lldb] Fix comment in ~Thread (NFC) (#116850)
1 parent 47ef5c4 commit e3ff649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/Thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Thread::~Thread() {
244244
LLDB_LOGF(log, "%p Thread::~Thread(tid = 0x%4.4" PRIx64 ")",
245245
static_cast<void *>(this), GetID());
246246
/// If you hit this assert, it means your derived class forgot to call
247-
/// DoDestroy in its destructor.
247+
/// DestroyThread in its destructor.
248248
assert(m_destroy_called);
249249
}
250250

0 commit comments

Comments
 (0)