diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-10-27 19:17:57 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-10-27 19:17:57 +0000 |
commit | ec3d358c9f7f313ecde095bcf1ea45a5706c6d71 (patch) | |
tree | f2610a607ff7bdf867f3241e8e343a82628ed870 /gdb/gdbarch.c | |
parent | 6f6ef0faed469f8dc9d0257a9b23a7678311819f (diff) | |
download | gdb-ec3d358c9f7f313ecde095bcf1ea45a5706c6d71.zip gdb-ec3d358c9f7f313ecde095bcf1ea45a5706c6d71.tar.gz gdb-ec3d358c9f7f313ecde095bcf1ea45a5706c6d71.tar.bz2 |
* arch-utils.c (set_architecture, set_architecture_from_arch_mach,
set_gdbarch_from_file): Fix spelling error.
* v850-tdep.c (v850_target_architecture_hook): Likewise.
* gdbarch.sh: Fix spelling errors in comment.
* gdbarch.c, gdbarch.h: Regenerate.
* ppcnbsd-nat.c (fetch_core_registers, fetch_inferior_registers,
store_inferior_registers): Support older NetBSD/powerpc systems
from before fp reg support was added. Adapt to register number
changes caused when powerpc target was multi-arched.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 5754aa4..7e1959d 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -3998,7 +3998,7 @@ gdbarch_register (enum bfd_architecture bfd_architecture, { struct gdbarch_registration **curr; const struct bfd_arch_info *bfd_arch_info; - /* Check that BFD reconizes this architecture */ + /* Check that BFD recognizes this architecture */ bfd_arch_info = bfd_lookup_arch (bfd_architecture, 0); if (bfd_arch_info == NULL) { |