diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index b65cb1988a4..9e5e6a5e597 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -746,7 +746,7 @@ CommandInterpreter::HandleCommand (const char *command_line, // the user could have specified an alias, and in translating the alias there may also be command options and/or // even data (including raw text strings) that need to be found and inserted into the command line as part of // the translation. So this first step is plain look-up & replacement, resulting in three things: 1). the command - // object whose Execute method will actually be called; 2). a revised command string, with all substituitions & + // object whose Execute method will actually be called; 2). a revised command string, with all substitutions & // replacements taken care of; 3). whether or not the Execute function wants raw input or not. StreamString revised_command_line; |