Fixing a typo in the SBThread::Suspend documentation

llvm-svn: 180621
This commit is contained in:
Andrew Kaylor 2013-04-26 18:34:17 +00:00
parent 456adc6c4e
commit d693c19a73
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public:
/// SBProcess::Continue() is called, any threads that aren't suspended will /// SBProcess::Continue() is called, any threads that aren't suspended will
/// be allowed to run. If any of the SBThread functions for stepping are /// be allowed to run. If any of the SBThread functions for stepping are
/// called (StepOver, StepInto, StepOut, StepInstruction, RunToAddres), the /// 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 /// Eventually we plan to add support for thread centric debugging where
/// each thread is controlled individually and each thread would broadcast /// each thread is controlled individually and each thread would broadcast