[Lldb-commits] [lldb] r180621 - Fixing a typo in the SBThread::Suspend documentation
Andrew Kaylor
andrew.kaylor at intel.com
Fri Apr 26 11:34:17 PDT 2013
Author: akaylor
Date: Fri Apr 26 13:34:17 2013
New Revision: 180621
URL: http://llvm.org/viewvc/llvm-project?rev=180621&view=rev
Log:
Fixing a typo in the SBThread::Suspend documentation
Modified:
lldb/trunk/include/lldb/API/SBThread.h
Modified: lldb/trunk/include/lldb/API/SBThread.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBThread.h?rev=180621&r1=180620&r2=180621&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBThread.h (original)
+++ lldb/trunk/include/lldb/API/SBThread.h Fri Apr 26 13:34:17 2013
@@ -129,7 +129,7 @@ public:
/// SBProcess::Continue() is called, any threads that aren't suspended will
/// be allowed to run. If any of the SBThread functions for stepping are
/// called (StepOver, StepInto, StepOut, StepInstruction, RunToAddres), the
- /// thread will now be allowed to run and these funtions will simply return.
+ /// thread will not be allowed to run and these funtions will simply return.
///
/// Eventually we plan to add support for thread centric debugging where
/// each thread is controlled individually and each thread would broadcast
More information about the lldb-commits
mailing list