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.c | |
parent | 1b3164d82d39483c7f2a90cbe0ff567705b231bd (diff) | |
download | ppe42-binutils-100bcc3f4efba15caf81be6f8da4d0b6309a3334.tar.gz ppe42-binutils-100bcc3f4efba15caf81be6f8da4d0b6309a3334.zip |
2003-11-10 Andrew Cagney <cagney@redhat.com>
* arch-utils.h, arch-utils.c: Fix typo in comment.
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |