Fix comment in tools/lldb-mi/MIDriver.cpp
authorIlia K <ki.stfu@gmail.com>
Wed, 18 Mar 2015 13:08:52 +0000 (13:08 +0000)
committerIlia K <ki.stfu@gmail.com>
Wed, 18 Mar 2015 13:08:52 +0000 (13:08 +0000)
llvm-svn: 232633

lldb/tools/lldb-mi/MIDriver.cpp

index 43ba99a..81e2bcb 100644 (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