diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-02-22 03:12:13 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-02-22 03:12:13 +0000 |
commit | aacc1edd3ae439544e7e1e2e03ff456b723eae02 (patch) | |
tree | d05431467975c5f59b2c1b0660b8750d98f23d45 | |
parent | d7fa2ae2549091f294e6dd103a57ddf1219dfe6c (diff) | |
download | gdb-aacc1edd3ae439544e7e1e2e03ff456b723eae02.zip gdb-aacc1edd3ae439544e7e1e2e03ff456b723eae02.tar.gz gdb-aacc1edd3ae439544e7e1e2e03ff456b723eae02.tar.bz2 |
Fix typo in my previously committed ChangeLog entry.
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3d55545..849057a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -26,7 +26,7 @@ config/ia64/xm-aix.h: New files. * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration. (ia64_aix_sigcontext_register_address): New declaration. - (ia64_gdbarch_init): Provide for intialization of + (ia64_gdbarch_init): Provide for initialization of sigcontext_register_address member of struct tdep when on target is detected to be running AIX. * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to |