summaryrefslogtreecommitdiff
path: root/gdb/osabi.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-10-24 17:37:04 +0000
committerAndrew Cagney <cagney@redhat.com>2003-10-24 17:37:04 +0000
commit9308db268d3385ca277fadacd4ea118a054e5794 (patch)
treeb3aa669bafd3c2986a9c8d9919543dad14b8b1b1 /gdb/osabi.c
parent7a35dc12517c4ac5073358f23bd4e6d1302d3c1b (diff)
downloadgdb-9308db268d3385ca277fadacd4ea118a054e5794.tar.gz
Index: mi/ChangeLog
2003-10-24 Andrew Cagney <cagney@redhat.com> * tui-out.c: Fix "fortunatly"[sic]. Index: doc/ChangeLog 2003-10-24 Andrew Cagney <cagney@redhat.com> * annotate.texinfo: Fix "fortunatly"[sic]. 2003-10-24 Andrew Cagney <cagney@redhat.com> * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic]. * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto. * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto. * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto. * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
Diffstat (limited to 'gdb/osabi.c')
-rw-r--r--gdb/osabi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c
index fc712a61ffc..4ebed2501d8 100644
--- a/gdb/osabi.c
+++ b/gdb/osabi.c
@@ -337,10 +337,10 @@ gdbarch_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch)
is implemented using BFD's compatible method (a->compatible
(b) == a -- the lowest common denominator between a and b is
a). That method's definition of compatible may not be as you
- expect. For instance, while "amd64 can run code for i386"
+ expect. For instance the test "amd64 can run code for i386"
(or more generally "64-bit ISA can run code for the 32-bit
- ISA"). Fortunatly, BFD doesn't normally consider 32-bit and
- 64-bit "compatible" so won't get a match. */
+ ISA"). BFD doesn't normally consider 32-bit and 64-bit
+ "compatible" so it doesn't succeed. */
if (can_run_code_for (arch_info, handler->arch_info))
{
(*handler->init_osabi) (info, gdbarch);