diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-26 18:34:17 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-26 18:34:17 +0000 |
| commit | d693c19a73632ab24501bd14759813c5c3e80bd8 (patch) | |
| tree | ebce6a501558cfd2eb02d0c1928944050f238b53 | |
| parent | 456adc6c4e288bac5ea7306112b7e3cca7fb1815 (diff) | |
| download | bcm5719-llvm-d693c19a73632ab24501bd14759813c5c3e80bd8.tar.gz bcm5719-llvm-d693c19a73632ab24501bd14759813c5c3e80bd8.zip | |
Fixing a typo in the SBThread::Suspend documentation
llvm-svn: 180621
| -rw-r--r-- | lldb/include/lldb/API/SBThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBThread.h b/lldb/include/lldb/API/SBThread.h index 74249191b6d..bd6a567c53f 100644 --- a/lldb/include/lldb/API/SBThread.h +++ b/lldb/include/lldb/API/SBThread.h @@ -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 |

