From: Hafiz Abid Qadeer Date: Mon, 25 Mar 2019 09:41:49 +0000 (+0000) Subject: Fix a broken comment line. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de9d736495614ea34e6f61971698ed8a57b2286d;p=platform%2Fupstream%2Fllvm.git Fix a broken comment line. NFC. Just checking that commit access is working after licensing changes. llvm-svn: 356876 --- diff --git a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp index ac25cec..9d644c8 100644 --- a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp +++ b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp @@ -468,8 +468,7 @@ bool CMICmdCmdInterpreterExec::Execute() { CMICMDBASE_GETOPTION(pArgCommand, String, m_constStrArgNamedCommand); // Handle the interpreter parameter by do nothing on purpose (set to 'handled' - // in - // the arg definition above) + // in the arg definition above) const CMIUtilString &rStrInterpreter(pArgInterpreter->GetValue()); MIunused(rStrInterpreter);