diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-13 15:34:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-13 15:34:41 +0000 |
commit | 7866fa8c5e3b02345d0fe2402f53edb183d01a29 (patch) | |
tree | 0d3164a33ad5ef913b292f0c6f85b0cfe11c2398 /bfd | |
parent | ab89363a823945b2a88a600011184ec20cefa832 (diff) | |
download | gdb-7866fa8c5e3b02345d0fe2402f53edb183d01a29.zip gdb-7866fa8c5e3b02345d0fe2402f53edb183d01a29.tar.gz gdb-7866fa8c5e3b02345d0fe2402f53edb183d01a29.tar.bz2 |
fix typo
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2aca71a..03f2192 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,7 +1,7 @@ 2004-07-13 Kelvin Lee <Kelvin.Lee@lansa.com.au> * elflink.c (elf_sort_symbol): Restructure code to avoid bug in - Solairs hosted versions of gcc. + Solaris hosted versions of gcc. 2004-07-10 James E Wilson <wilson@specifixinc.com> |