From c7ab88a6f7306b0f7e4f46678d551bb3b56d1d7d Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 23 May 1995 14:18:51 -0700 Subject: [PATCH] Correct typo in comment. From-SVN: r9781 --- gcc/config/mips/elfl.h | 2 +- gcc/config/mips/elfl64.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/mips/elfl.h b/gcc/config/mips/elfl.h index 5bed89bad82..4e3b2b3730c 100644 --- a/gcc/config/mips/elfl.h +++ b/gcc/config/mips/elfl.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* This is a little endian version of ecoff.h. */ +/* This is a little endian version of elf.h. */ #define TARGET_ENDIAN_DEFAULT 0 diff --git a/gcc/config/mips/elfl64.h b/gcc/config/mips/elfl64.h index dadcc6c572d..c1abdf02784 100644 --- a/gcc/config/mips/elfl64.h +++ b/gcc/config/mips/elfl64.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* This is a little endian version of ecoff.h. */ +/* This is a little endian version of elf64.h. */ #define TARGET_ENDIAN_DEFAULT 0 -- 2.30.2