2003-11-10 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 10 Nov 2003 16:17:12 +0000 (16:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 10 Nov 2003 16:17:12 +0000 (16:17 +0000)
* arch-utils.h, arch-utils.c: Fix typo in comment.

gdb/ChangeLog
gdb/arch-utils.c
gdb/arch-utils.h

index e355be8ece1d6eee5a4e79927776f8a3702dd879..4b57c78e58f1f883229f416be5df9faa291779f4 100644 (file)
@@ -1,5 +1,7 @@
 2003-11-10  Andrew Cagney  <cagney@redhat.com>
 
+       * 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
index db1d81f424afd25c6a627fef05e71dad5cefe7fc..8d5720c6295fc795217c6172f1281a20fcdbdccd 100644 (file)
@@ -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.  */
 
index db9d24ed635fdcdabdcebbbb0b9b5275f44cc78d..fbc7aa26949d91021dc8d1775761e2ee76ab233a 100644 (file)
@@ -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,
This page took 0.030891 seconds and 4 git commands to generate.