From 472b20f8df7839d4cd914c820349e09754ee4b0f Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Mon, 23 Sep 2019 09:53:33 +0000 Subject: [PATCH] [lldb][NFC] Fix documentation of CompletionRequest::AddCompletion llvm-svn: 372569 --- lldb/include/lldb/Utility/CompletionRequest.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lldb/include/lldb/Utility/CompletionRequest.h b/lldb/include/lldb/Utility/CompletionRequest.h index af9f107..0840e5c 100644 --- a/lldb/include/lldb/Utility/CompletionRequest.h +++ b/lldb/include/lldb/Utility/CompletionRequest.h @@ -138,8 +138,9 @@ public: /// afterwards. /// /// \param match The suggested completion. - /// \param match An optional description of the completion string. The + /// \param completion An optional description of the completion string. The /// description will be displayed to the user alongside the completion. + /// \param mode The CompletionMode for this completion. void AddCompletion(llvm::StringRef completion, llvm::StringRef description = "", CompletionMode mode = CompletionMode::Normal) { -- 2.7.4