[Lldb-commits] [lldb] r333837 - Test commit. Fix typo in comment.
Alexander Polyakov via lldb-commits
lldb-commits at lists.llvm.org
Sun Jun 3 05:41:01 PDT 2018
Author: apolyakov
Date: Sun Jun 3 05:41:00 2018
New Revision: 333837
URL: http://llvm.org/viewvc/llvm-project?rev=333837&view=rev
Log:
Test commit. Fix typo in comment.
Modified:
lldb/trunk/tools/lldb-mi/MICmdCmdTarget.cpp
Modified: lldb/trunk/tools/lldb-mi/MICmdCmdTarget.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmdCmdTarget.cpp?rev=333837&r1=333836&r2=333837&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmdCmdTarget.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MICmdCmdTarget.cpp Sun Jun 3 05:41:00 2018
@@ -115,7 +115,7 @@ bool CMICmdCmdTargetSelect::Execute() {
const CMIUtilString strUrl =
CMIUtilString::Format("connect://%s", pArgParameters->GetValue().c_str());
- // Ask LLDB to collect to the target port
+ // Ask LLDB to connect to the target port
const char *pPlugin("gdb-remote");
lldb::SBError error;
lldb::SBProcess process = rSessionInfo.GetTarget().ConnectRemote(
More information about the lldb-commits
mailing list