Fix comment in tools/lldb-mi/MIDriver.cpp

llvm-svn: 232633
This commit is contained in:
Ilia K 2015-03-18 13:08:52 +00:00
parent 92e0982936
commit 5d8b145d70
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ CMIDriver::DoParseArgs(const int argc, const char *argv[], FILE *vpStdOut, bool
// --executable
// The application's options --interpreter and --executable in code act very similar.
// The --executable is necessary to differentiate whether the MI Driver is being
// used by a client i.e. Eclipse or from the command line. Eclipse issues the option
// used by a client (e.g. Eclipse) or from the command line. Eclipse issues the option
// --interpreter and also passes additional arguments which can be interpreted as an
// executable if called from the command line. Using --executable tells the MI
// Driver is being called the command line and that the executable argument is indeed