[Lldb-commits] [lldb] r131041 - /lldb/trunk/source/lldb-log.cpp

Jim Ingham jingham at apple.com
Fri May 6 18:03:33 PDT 2011


Author: jingham
Date: Fri May  6 20:03:33 2011
New Revision: 131041

URL: http://llvm.org/viewvc/llvm-project?rev=131041&view=rev
Log:
Deleted one too many characters...

Modified:
    lldb/trunk/source/lldb-log.cpp

Modified: lldb/trunk/source/lldb-log.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/lldb-log.cpp?rev=131041&r1=131040&r2=131041&view=diff
==============================================================================
--- lldb/trunk/source/lldb-log.cpp (original)
+++ lldb/trunk/source/lldb-log.cpp Fri May  6 20:03:33 2011
@@ -233,7 +233,7 @@
         "\tprocess - log process events and activities\n"
         "\tthread - log thread events and activities\n"
         "\tscript - log events about the script interpreter\n"
-        "\dyld - log shared library related activities\n"
+        "\tdyld - log shared library related activities\n"
         "\tstate - log private and public process state changes\n"
         "\tstep - log step related activities\n"
         "\tunwind - log stack unwind activities\n"





More information about the lldb-commits mailing list