[Lldb-commits] [lldb] r207564 - Typo: forever is one word

Ed Maste emaste at freebsd.org
Tue Apr 29 10:48:07 PDT 2014


Author: emaste
Date: Tue Apr 29 12:48:06 2014
New Revision: 207564

URL: http://llvm.org/viewvc/llvm-project?rev=207564&view=rev
Log:
Typo: forever is one word


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=207564&r1=207563&r2=207564&view=diff
==============================================================================
--- lldb/trunk/source/Target/Process.cpp (original)
+++ lldb/trunk/source/Target/Process.cpp Tue Apr 29 12:48:06 2014
@@ -5591,7 +5591,7 @@ Process::RunThreadPlan (ExecutionContext
                             else
                             {
                                 log->Printf ("Process::RunThreadPlan(): Running function with one thread timeout timed out, "
-                                             "running for ever with all threads enabled.");
+                                             "running forever with all threads enabled.");
                             }
                         }
                         else





More information about the lldb-commits mailing list