diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-09-28 01:57:25 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-09-28 01:57:25 +0000 |
commit | 32940b9fe3088fefe40ca9009f622ef5bb22b4bf (patch) | |
tree | 6abdae01d947b662ef2f4e51150841c6703ff63c /bfd | |
parent | 96e39d2aaa056b4ed0072494eeca9f86b224a93d (diff) | |
download | gdb-32940b9fe3088fefe40ca9009f622ef5bb22b4bf.zip gdb-32940b9fe3088fefe40ca9009f622ef5bb22b4bf.tar.gz gdb-32940b9fe3088fefe40ca9009f622ef5bb22b4bf.tar.bz2 |
Fix a 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 4dfd9e3..a953ab3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -13,7 +13,7 @@ Mon Sep 27 18:29:18 1993 Stan Shebs (shebs@rtl.cygnus.com) * config/i386-lynx.mt: Replaced i386lynx_vec with i386lynx_aout_vec and i386lynx_coff_vec. * config/m68k-lynx.mt: New file. - * config/i386lynx.h: Added definition of cfree as free (from Eichin). + * hosts/i386lynx.h: Added definition of cfree as free (from Eichin). * hosts/m68klynx.h: New file. Mon Sep 27 18:00:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com) |