diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-05-23 14:18:51 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-05-23 14:18:51 -0700 |
commit | c7ab88a6f7306b0f7e4f46678d551bb3b56d1d7d (patch) | |
tree | de19f032c65314aefa4163026a42529ca1770ca7 /gcc/config/mips/elfl.h | |
parent | f7c5ee9d6bfa84be189da332d1a1cd958368e8e5 (diff) | |
download | gcc-c7ab88a6f7306b0f7e4f46678d551bb3b56d1d7d.zip gcc-c7ab88a6f7306b0f7e4f46678d551bb3b56d1d7d.tar.gz gcc-c7ab88a6f7306b0f7e4f46678d551bb3b56d1d7d.tar.bz2 |
Correct typo in comment.
From-SVN: r9781
Diffstat (limited to 'gcc/config/mips/elfl.h')
-rw-r--r-- | gcc/config/mips/elfl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/elfl.h b/gcc/config/mips/elfl.h index 5bed89b..4e3b2b3 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 |