Fixed a typo in comment.

llvm-svn: 120733
This commit is contained in:
Johnny Chen 2010-12-02 20:53:05 +00:00
parent 083379f815
commit c4221e47b0
1 changed files with 1 additions and 1 deletions

View File

@ -1415,7 +1415,7 @@ Process::Resume ()
// Tell the process it is about to resume before the thread list
if (error.Success())
{
// Now let the thread list know we are about to resume to it
// Now let the thread list know we are about to resume so it
// can let all of our threads know that they are about to be
// resumed. Threads will each be called with
// Thread::WillResume(StateType) where StateType contains the state