diff options
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 d042a8f5c58..1266ebd3a50 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" - "\tshlib - log shared library related activities\n" + "\dyld - 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" |