2003-11-10 Andrew Cagney * arch-utils.h, arch-utils.c: Fix typo in comment. Index: arch-utils.c =================================================================== RCS file: /cvs/src/src/gdb/arch-utils.c,v retrieving revision 1.105 diff -u -r1.105 arch-utils.c --- arch-utils.c 10 Nov 2003 16:03:26 -0000 1.105 +++ arch-utils.c 10 Nov 2003 16:16:22 -0000 @@ -686,7 +686,7 @@ 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. */ Index: arch-utils.h =================================================================== RCS file: /cvs/src/src/gdb/arch-utils.h,v retrieving revision 1.61 diff -u -r1.61 arch-utils.h --- arch-utils.h 9 Nov 2003 23:52:28 -0000 1.61 +++ arch-utils.h 10 Nov 2003 16:16:22 -0000 @@ -153,7 +153,7 @@ 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,