diff options
author | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-03 05:57:14 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-06-03 05:57:14 +0000 |
commit | 8fd0df91d8abc68b73151756f574d3a511120f90 (patch) | |
tree | 7caf36df58cdf43ecd01746fc9136f71a2dbb3fa /gcc | |
parent | 20b3ad64c17efcad13cf27ad8fb0a02838bec379 (diff) | |
download | gcc-8fd0df91d8abc68b73151756f574d3a511120f90.zip gcc-8fd0df91d8abc68b73151756f574d3a511120f90.tar.gz gcc-8fd0df91d8abc68b73151756f574d3a511120f90.tar.bz2 |
Fix typo in previous correction.
From-SVN: r54205
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d6fc6b..0c86de4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -544,7 +544,7 @@ Fri May 31 13:37:54 CEST 2002 Jan Hubicka <jh@suse.cz> (sh-*-netbsdelf*) (shl*-*-netbsdelf*): New targets. * config/sh/netbsd-elf.h: New file. - * config/sh/t-netbsd.h: New file. + * config/sh/t-netbsd: New file. 2002-05-30 Richard Henderson <rth@redhat.com> Eric Botcazou <ebotcazou@multimania.com> |