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 dcad9cb8efc..865d20b5527 100644 --- a/lldb/source/lldb-log.cpp +++ b/lldb/source/lldb-log.cpp @@ -237,6 +237,6 @@ lldb_private::ListLogCategories (Stream *strm) "\tstate - log private and public process state changes\n" "\tstep - log step related activities\n" "\tunwind - log stack unwind activities\n" - "\tverbose - enable verbose loggging\n" + "\tverbose - enable verbose logging\n" "\twatch - log watchpoint related activities\n"); } |