Fix a broken comment line. NFC.
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>
Mon, 25 Mar 2019 09:41:49 +0000 (09:41 +0000)
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>
Mon, 25 Mar 2019 09:41:49 +0000 (09:41 +0000)
Just checking that commit access is working after licensing changes.

llvm-svn: 356876

lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp

index ac25cec..9d644c8 100644 (file)
@@ -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);