[lldb][NFC] Fix documentation of CompletionRequest::AddCompletion
authorRaphael Isemann <teemperor@gmail.com>
Mon, 23 Sep 2019 09:53:33 +0000 (09:53 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 23 Sep 2019 09:53:33 +0000 (09:53 +0000)
llvm-svn: 372569

lldb/include/lldb/Utility/CompletionRequest.h

index af9f107..0840e5c 100644 (file)
@@ -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) {