[Lldb-commits] [lldb] r212721 - Reapply typo fix.

Bruce Mitchener bruce.mitchener at gmail.com
Thu Jul 10 07:45:57 PDT 2014


Author: brucem
Date: Thu Jul 10 09:45:57 2014
New Revision: 212721

URL: http://llvm.org/viewvc/llvm-project?rev=212721&view=rev
Log:
Reapply typo fix.

This was lost in the re-merging of command validation changes.

Modified:
    lldb/trunk/source/Commands/CommandObjectMemory.cpp

Modified: lldb/trunk/source/Commands/CommandObjectMemory.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectMemory.cpp?rev=212721&r1=212720&r2=212721&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectMemory.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectMemory.cpp Thu Jul 10 09:45:57 2014
@@ -1224,7 +1224,7 @@ OptionDefinition
 g_memory_write_option_table[] =
 {
 { LLDB_OPT_SET_1, true,  "infile", 'i', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeFilename, "Write memory using the contents of a file."},
-{ LLDB_OPT_SET_1, false, "offset", 'o', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeOffset,   "Start writng bytes from an offset within the input file."},
+{ LLDB_OPT_SET_1, false, "offset", 'o', OptionParser::eRequiredArgument, NULL, NULL, 0, eArgTypeOffset,   "Start writing bytes from an offset within the input file."},
 };
 
 //----------------------------------------------------------------------





More information about the lldb-commits mailing list