From: Andrew Cagney Date: Mon, 10 Nov 2003 16:17:12 +0000 (+0000) Subject: 2003-11-10 Andrew Cagney X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=59d40e674b3efecbc5f479daaac9d1cb68d7f41e;p=pf3gnuchains%2Fpf3gnuchains3x.git 2003-11-10 Andrew Cagney * arch-utils.h, arch-utils.c: Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e355be8ece..4b57c78e58 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-11-10 Andrew Cagney + * arch-utils.h, arch-utils.c: Fix typo in comment. + * arch-utils.c (deprecated_select_gdbarch_hack): Delete function. (gdbarch_from_bfd): Call gdbarch_find_by_info. (set_gdbarch_from_file): Call diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index db1d81f424..8d5720c629 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -686,7 +686,7 @@ gdbarch_info_init (struct gdbarch_info *info) info->osabi = GDB_OSABI_UNINITIALIZED; } -/* Similar it init, but this time fill in the blanks. Information is +/* Similar to init, but this time fill in the blanks. Information is obtained from the specified architecture, global "set ..." options, and explicitly initialized INFO fields. */ diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index db9d24ed63..fbc7aa2694 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -153,7 +153,7 @@ extern int legacy_register_sim_regno (int regnum); default values are not zero. */ extern void gdbarch_info_init (struct gdbarch_info *info); -/* Similar it init, but this time fill in the blanks. Information is +/* Similar to init, but this time fill in the blanks. Information is obtained from the specified architecture, global "set ..." options, and explicitly initialized INFO fields. */ extern void gdbarch_info_fill (struct gdbarch *gdbarch,