summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-12-02 20:53:05 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-12-02 20:53:05 +0000
commitc4221e47b00f4f06c0dfa2237f3c7cab5134f468 (patch)
tree78b2b3f88fe10269fa51f3cf10756d0e98544587 /lldb/source/Target/Process.cpp
parent083379f815fdc2a457020b1f6816206ab2d7d6f8 (diff)
downloadbcm5719-llvm-c4221e47b00f4f06c0dfa2237f3c7cab5134f468.tar.gz
bcm5719-llvm-c4221e47b00f4f06c0dfa2237f3c7cab5134f468.zip
Fixed a typo in comment.
llvm-svn: 120733
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index 1c269bee525..ab1ac819411 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -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
OpenPOWER on IntegriCloud