aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBAttachInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBAttachInfo.h')
-rw-r--r--include/lldb/API/SBAttachInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/API/SBAttachInfo.h b/include/lldb/API/SBAttachInfo.h
index 0c52218f57cd..7ae006908ccc 100644
--- a/include/lldb/API/SBAttachInfo.h
+++ b/include/lldb/API/SBAttachInfo.h
@@ -162,7 +162,7 @@ public:
/// Get the listener that will be used to receive process events.
///
/// If no listener has been set via a call to
- /// SBLaunchInfo::SetListener(), then an invalid SBListener will be
+ /// SBAttachInfo::SetListener(), then an invalid SBListener will be
/// returned (SBListener::IsValid() will return false). If a listener
/// has been set, then the valid listener object will be returned.
//----------------------------------------------------------------------