aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-06-03 23:47:46 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-06-03 23:47:46 +0000
commit64b9b33460f8f6063d9d923763bb6909e381b496 (patch)
tree7e9ec7ed3651991fae7e6f01a3161037310114a1 /gdb/gdbarch.c
parent91c6776727a2acbd7c3419da9d5e1b7d66ed50cd (diff)
downloadgdb-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/gdbarch.c')
-rw-r--r--gdb/gdbarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 7f98306..1e65c17 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -4030,7 +4030,7 @@ gdbarch_register (enum bfd_architecture bfd_architecture,
{
if (bfd_architecture == (*curr)->bfd_architecture)
internal_error (__FILE__, __LINE__,
- _("gdbarch: Duplicate registraration "
+ _("gdbarch: Duplicate registration "
"of architecture (%s)"),
bfd_arch_info->printable_name);
}