From 5d8b145d7004014a31041c0a12b2f74dd049fce4 Mon Sep 17 00:00:00 2001 From: Ilia K Date: Wed, 18 Mar 2015 13:08:52 +0000 Subject: [PATCH] Fix comment in tools/lldb-mi/MIDriver.cpp llvm-svn: 232633 --- lldb/tools/lldb-mi/MIDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/tools/lldb-mi/MIDriver.cpp b/lldb/tools/lldb-mi/MIDriver.cpp index 43ba99a..81e2bcb 100644 --- a/lldb/tools/lldb-mi/MIDriver.cpp +++ b/lldb/tools/lldb-mi/MIDriver.cpp @@ -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 -- 2.7.4