diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-12-27 03:37:11 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-12-27 03:37:11 +0000 |
commit | 7f729bc6b88d155bf60665d706350c7847345c98 (patch) | |
tree | 3b886d910e1439153870c8b1a66b0fe5b131ebee /gcc | |
parent | c083a819b26a58d8a6caa58e15c5e8821bff01eb (diff) | |
download | gcc-7f729bc6b88d155bf60665d706350c7847345c98.zip gcc-7f729bc6b88d155bf60665d706350c7847345c98.tar.gz gcc-7f729bc6b88d155bf60665d706350c7847345c98.tar.bz2 |
Fix typo in ChangeLog
From-SVN: r48323
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 4fb732d..fbb715f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2001-12-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * collect2.c (is_ctor_dtor): Const-ify. - * m88k-protos.c (output_file_start): Likewise. + * m88k-protos.h (output_file_start): Likewise. * m88k.c (m88k_lang_independent_options, output_options, output_file_start): Likewise. * fix-header.c (files_to_ignore, std_include_entry, include_entry, |