[Lldb-commits] [lldb] r120733 - /lldb/trunk/source/Target/Process.cpp

Johnny Chen johnny.chen at apple.com
Thu Dec 2 12:53:05 PST 2010


Author: johnny
Date: Thu Dec  2 14:53:05 2010
New Revision: 120733

URL: http://llvm.org/viewvc/llvm-project?rev=120733&view=rev
Log:
Fixed a typo in comment.

Modified:
    lldb/trunk/source/Target/Process.cpp

Modified: lldb/trunk/source/Target/Process.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Process.cpp?rev=120733&r1=120732&r2=120733&view=diff
==============================================================================
--- lldb/trunk/source/Target/Process.cpp (original)
+++ lldb/trunk/source/Target/Process.cpp Thu Dec  2 14:53:05 2010
@@ -1415,7 +1415,7 @@
     // 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





More information about the lldb-commits mailing list