summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectApropos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectApropos.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectApropos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectApropos.cpp b/lldb/source/Commands/CommandObjectApropos.cpp
index 59621af5f24..36494708b75 100644
--- a/lldb/source/Commands/CommandObjectApropos.cpp
+++ b/lldb/source/Commands/CommandObjectApropos.cpp
@@ -28,7 +28,7 @@ using namespace lldb_private;
CommandObjectApropos::CommandObjectApropos () :
CommandObject ("apropos",
- "Finds a list of debugger commands related to a particular word/subject.",
+ "Find a list of debugger commands related to a particular word/subject.",
"apropos <search-word>")
{
}
OpenPOWER on IntegriCloud