Skip to content

Commit c54af40

Browse files
fixup! Fix documentation typo
1 parent b19eb1c commit c54af40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Target/Thread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ class Thread : public std::enable_shared_from_this<Thread>,
472472

473473
/// Sets the thread that is backed by this thread.
474474
/// If backed_thread.GetBackedThread() is null, this method also calls
475-
/// backed_thread.SetBackedThread(this).
475+
/// backed_thread.SetBackingThread(this).
476476
/// If backed_thread.GetBackedThread() is non-null, asserts that it is equal
477477
/// to `this`.
478478
void SetBackedThread(Thread &backed_thread) {

0 commit comments

Comments
 (0)