diff options
author | Jim Ingham <jingham@apple.com> | 2011-05-07 01:03:33 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2011-05-07 01:03:33 +0000 |
commit | 95496b18569913774c7d1d8f27cc5917f4fa64c0 (patch) | |
tree | 9855a57a33f8a4c7049437c8ae3b3990ebf947bc /lldb/source/lldb-log.cpp | |
parent | 2eec4876a200f5e61c0b1a9e1410dfeb2acbcaf2 (diff) | |
download | bcm5719-llvm-95496b18569913774c7d1d8f27cc5917f4fa64c0.tar.gz bcm5719-llvm-95496b18569913774c7d1d8f27cc5917f4fa64c0.zip |
Deleted one too many characters...
llvm-svn: 131041
Diffstat (limited to 'lldb/source/lldb-log.cpp')
-rw-r--r-- | lldb/source/lldb-log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/lldb-log.cpp b/lldb/source/lldb-log.cpp index 1266ebd3a50..33dd76a0b4e 100644 --- a/lldb/source/lldb-log.cpp +++ b/lldb/source/lldb-log.cpp @@ -233,7 +233,7 @@ lldb_private::ListLogCategories (Stream *strm) "\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" |