From 960b133749bb992e8cb71b9bd52475bcb19b70ca Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Thu, 30 Aug 2018 21:31:04 +0000 Subject: [PATCH] Fixed comment for UserExpression::Complete [NFC] llvm-svn: 341126 --- lldb/include/lldb/Expression/UserExpression.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/include/lldb/Expression/UserExpression.h b/lldb/include/lldb/Expression/UserExpression.h index 931bb79..f734940 100644 --- a/lldb/include/lldb/Expression/UserExpression.h +++ b/lldb/include/lldb/Expression/UserExpression.h @@ -107,8 +107,8 @@ public: /// are needed for parsing and completing (locations of functions, types /// of variables, persistent variables, etc.) /// - /// @param[out] matches - /// The list of completions that should be appended with string + /// @param[out] request + /// The completion request to fill out. The completion should be a string /// that would complete the current token at the cursor position. /// Note that the string in the list replaces the current token /// in the command line. -- 2.7.4