aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/StructuredData
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2018-10-04 22:33:39 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2018-10-04 22:33:39 +0000
commit173946dca61175350b415745848e946dceef6968 (patch)
treebacf1866316a61bed625a9a0c9e670c470fe8953 /lldb/source/Plugins/StructuredData
parentecc82ef0c22ea69d667cafb52f144ca5b32fad87 (diff)
downloadllvm-173946dca61175350b415745848e946dceef6968.tar.gz
llvm-173946dca61175350b415745848e946dceef6968.tar.bz2
llvm-173946dca61175350b415745848e946dceef6968.zip
Fix typos.
Reviewers: lldb-commits Subscribers: srhines, ki.stfu Differential Revision: https://reviews.llvm.org/D52884 llvm-svn: 343825
Diffstat (limited to 'lldb/source/Plugins/StructuredData')
-rw-r--r--lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp b/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
index d00a17d39e6a..df7872f16b75 100644
--- a/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
+++ b/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
@@ -482,11 +482,11 @@ static constexpr OptionDefinition g_enable_option_table[] = {
"message."},
{LLDB_OPT_SET_ALL, false, "subsystem", 's', OptionParser::eNoArgument,
nullptr, {}, 0, eArgTypeNone,
- "Include the subsystem in the the message header when displaying "
+ "Include the subsystem in the message header when displaying "
"a log message."},
{LLDB_OPT_SET_ALL, false, "category", 'c', OptionParser::eNoArgument,
nullptr, {}, 0, eArgTypeNone,
- "Include the category in the the message header when displaying "
+ "Include the category in the message header when displaying "
"a log message."},
{LLDB_OPT_SET_ALL, false, "activity-chain", 'C', OptionParser::eNoArgument,
nullptr, {}, 0, eArgTypeNone,