diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-10 16:17:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-10 16:17:12 +0000 |
commit | 100bcc3f4efba15caf81be6f8da4d0b6309a3334 (patch) | |
tree | 147720dbf5eba8333d4235b7b281c0b332c2b9cb /gdb/arch-utils.h | |
parent | 1b3164d82d39483c7f2a90cbe0ff567705b231bd (diff) | |
download | gdb-100bcc3f4efba15caf81be6f8da4d0b6309a3334.zip gdb-100bcc3f4efba15caf81be6f8da4d0b6309a3334.tar.gz gdb-100bcc3f4efba15caf81be6f8da4d0b6309a3334.tar.bz2 |
2003-11-10 Andrew Cagney <cagney@redhat.com>
* arch-utils.h, arch-utils.c: Fix typo in comment.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index db9d24e..fbc7aa2 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, |