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/remote.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/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 2c850cb..f245f52 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -6229,7 +6229,7 @@ check_binary_download (CORE_ADDR addr) { if (remote_debug) fprintf_unfiltered (gdb_stdlog, - "binary downloading suppported by target\n"); + "binary downloading supported by target\n"); remote_protocol_packets[PACKET_X].support = PACKET_ENABLE; } break; |