summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-06-03 23:47:44 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-06-03 23:47:44 +0000
commitd6021a936a62b6d45c41bb23e7c7bbf031a0f7e0 (patch)
tree50af99600c668739bd98c05311a894aa2175137d /gdb/gdbarch.c
parent32f8fc382e25a0f7c4c0b81d6b92051d5e427242 (diff)
downloadgdb-d6021a936a62b6d45c41bb23e7c7bbf031a0f7e0.tar.gz
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 7f983067a7c..1e65c17d35e 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);
}