diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index 936ce20303f..63879d86273 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -678,7 +678,7 @@ CommandObjectMemoryWrite::CommandOptions::g_option_table[] = CommandObjectMemory::CommandObjectMemory (CommandInterpreter &interpreter) : CommandObjectMultiword ("memory", - "A set of commands for operating on a memory.", + "A set of commands for operating on memory.", "memory <subcommand> [<subcommand-options>]") { LoadSubCommand (interpreter, "read", CommandObjectSP (new CommandObjectMemoryRead ())); |