[Lldb-commits] [lldb] r232633 - Fix comment in tools/lldb-mi/MIDriver.cpp
Ilia K
ki.stfu at gmail.com
Wed Mar 18 06:08:52 PDT 2015
Author: ki.stfu
Date: Wed Mar 18 08:08:52 2015
New Revision: 232633
URL: http://llvm.org/viewvc/llvm-project?rev=232633&view=rev
Log:
Fix comment in tools/lldb-mi/MIDriver.cpp
Modified:
lldb/trunk/tools/lldb-mi/MIDriver.cpp
Modified: lldb/trunk/tools/lldb-mi/MIDriver.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MIDriver.cpp?rev=232633&r1=232632&r2=232633&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MIDriver.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MIDriver.cpp Wed Mar 18 08:08:52 2015
@@ -388,7 +388,7 @@ CMIDriver::DoParseArgs(const int argc, c
// --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
More information about the lldb-commits
mailing list