[Lldb-commits] [lldb] r219269 - Minor comment change to test out svn access
Shawn Best
sbest at blueshiftinc.com
Tue Oct 7 18:50:37 PDT 2014
Author: sbest
Date: Tue Oct 7 20:50:37 2014
New Revision: 219269
URL: http://llvm.org/viewvc/llvm-project?rev=219269&view=rev
Log:
Minor comment change to test out svn access
Modified:
lldb/trunk/source/Target/Process.cpp
Modified: lldb/trunk/source/Target/Process.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Process.cpp?rev=219269&r1=219268&r2=219269&view=diff
==============================================================================
--- lldb/trunk/source/Target/Process.cpp (original)
+++ lldb/trunk/source/Target/Process.cpp Tue Oct 7 20:50:37 2014
@@ -941,7 +941,7 @@ Process::SyncIOHandler (uint64_t timeout
log->Printf ("Process::%s pid %" PRIu64 ": SUCCESS", __FUNCTION__, GetID ());
}
- // reset sync one-shot so it will be ready for next time
+ // reset sync one-shot so it will be ready for next launch
m_iohandler_sync.SetValue(false, eBroadcastNever);
}
More information about the lldb-commits
mailing list