diff options
author | Greg Clayton <gclayton@apple.com> | 2017-02-22 21:32:48 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2017-02-22 21:32:48 +0000 |
commit | 69b75d4b195d68cc0bf249939ab207560c4db4e1 (patch) | |
tree | 70d3681347f8c4a098bbaaa9114b572a9f9032b4 | |
parent | e85e9a2f010136c2a7eba32ff42e4e2a63a2977c (diff) | |
download | bcm5719-llvm-69b75d4b195d68cc0bf249939ab207560c4db4e1.tar.gz bcm5719-llvm-69b75d4b195d68cc0bf249939ab207560c4db4e1.zip |
Fix header documentation.
llvm-svn: 295882
-rw-r--r-- | lldb/include/lldb/API/SBAttachInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/API/SBAttachInfo.h b/lldb/include/lldb/API/SBAttachInfo.h index 6c356161599..0c52218f57c 100644 --- a/lldb/include/lldb/API/SBAttachInfo.h +++ b/lldb/include/lldb/API/SBAttachInfo.h @@ -86,7 +86,7 @@ public: /// This function implies that a call to SBTarget::Attach(...) will /// be synchronous. /// - /// @param[in] wait_for + /// @param[in] b /// If \b false, attach to an existing process whose name matches. /// If \b true, then wait for the next process whose name matches. //------------------------------------------------------------------ @@ -99,7 +99,7 @@ public: /// Future calls to SBTarget::Attach(...) will be synchronous or /// asynchronous depending on the \a async argument. /// - /// @param[in] wait_for + /// @param[in] b /// If \b false, attach to an existing process whose name matches. /// If \b true, then wait for the next process whose name matches. /// |