diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-06-03 23:47:46 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-06-03 23:47:46 +0000 |
commit | 64b9b33460f8f6063d9d923763bb6909e381b496 (patch) | |
tree | 7e9ec7ed3651991fae7e6f01a3161037310114a1 /gdb/cli/cli-dump.c | |
parent | 91c6776727a2acbd7c3419da9d5e1b7d66ed50cd (diff) | |
download | gdb-64b9b33460f8f6063d9d923763bb6909e381b496.zip gdb-64b9b33460f8f6063d9d923763bb6909e381b496.tar.gz gdb-64b9b33460f8f6063d9d923763bb6909e381b496.tar.bz2 |
Various spelling fixes.
gdb/ChangeLog:
From Stephen Kitt <steve@sk2.org>
* breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
gdb/testsuite/ChangeLog:
From Stephen Kitt <steve@sk2.org>
* gdb.base/help.exp: Adjust following some spelling corrections
in GDB.
Diffstat (limited to 'gdb/cli/cli-dump.c')
-rw-r--r-- | gdb/cli/cli-dump.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c index ac6270e..248529d 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -679,7 +679,7 @@ _initialize_cli_dump (void) add_dump_command ("memory", dump_memory_command, "\ Write contents of memory to a raw binary file.\n\ Arguments are FILE START STOP. Writes the contents of memory within the\n\ -range [START .. STOP) to the specifed FILE in raw target ordered bytes."); +range [START .. STOP) to the specified FILE in raw target ordered bytes."); add_dump_command ("value", dump_value_command, "\ Write the value of an expression to a raw binary file.\n\ @@ -719,7 +719,7 @@ the specified FILE in raw target ordered bytes."); add_cmd ("memory", all_commands, dump_srec_memory, _("\ Write contents of memory to an srec file.\n\ Arguments are FILE START STOP. Writes the contents of memory\n\ -within the range [START .. STOP) to the specifed FILE in srec format."), +within the range [START .. STOP) to the specified FILE in srec format."), &srec_cmdlist); add_cmd ("value", all_commands, dump_srec_value, _("\ @@ -731,7 +731,7 @@ to the specified FILE in srec format."), add_cmd ("memory", all_commands, dump_ihex_memory, _("\ Write contents of memory to an ihex file.\n\ Arguments are FILE START STOP. Writes the contents of memory within\n\ -the range [START .. STOP) to the specifed FILE in intel hex format."), +the range [START .. STOP) to the specified FILE in intel hex format."), &ihex_cmdlist); add_cmd ("value", all_commands, dump_ihex_value, _("\ @@ -743,7 +743,7 @@ to the specified FILE in intel hex format."), add_cmd ("memory", all_commands, dump_tekhex_memory, _("\ Write contents of memory to a tekhex file.\n\ Arguments are FILE START STOP. Writes the contents of memory\n\ -within the range [START .. STOP) to the specifed FILE in tekhex format."), +within the range [START .. STOP) to the specified FILE in tekhex format."), &tekhex_cmdlist); add_cmd ("value", all_commands, dump_tekhex_value, _("\ @@ -755,7 +755,7 @@ to the specified FILE in tekhex format."), add_cmd ("memory", all_commands, dump_binary_memory, _("\ Write contents of memory to a raw binary file.\n\ Arguments are FILE START STOP. Writes the contents of memory\n\ -within the range [START .. STOP) to the specifed FILE in binary format."), +within the range [START .. STOP) to the specified FILE in binary format."), &binary_dump_cmdlist); add_cmd ("value", all_commands, dump_binary_value, _("\ @@ -767,7 +767,7 @@ to the specified FILE in raw target ordered bytes."), add_cmd ("memory", all_commands, append_binary_memory, _("\ Append contents of memory to a raw binary file.\n\ Arguments are FILE START STOP. Writes the contents of memory within the\n\ -range [START .. STOP) to the specifed FILE in raw target ordered bytes."), +range [START .. STOP) to the specified FILE in raw target ordered bytes."), &binary_append_cmdlist); add_cmd ("value", all_commands, append_binary_value, _("\ |