diff options
author | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-12 16:21:57 +0000 |
---|---|---|
committer | obrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-12 16:21:57 +0000 |
commit | b5ff45729d9dbce2566667882062489176f23bb7 (patch) | |
tree | 669b14bd8c4d11a8802dd2a5b3134c41bb129c1d | |
parent | c595c96a668b23f52cf95e6e5c9af82efbcd1520 (diff) | |
download | gcc-b5ff45729d9dbce2566667882062489176f23bb7.tar.gz |
2001-11-12 David O'Brien <obrien@FreeBSD.org>
* config/ia64/freebsd.h: Fix misspelling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46953 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/ia64/freebsd.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94bd0e60283..017042e5945 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-12 David O'Brien <obrien@FreeBSD.org> + + * config/ia64/freebsd.h: Fix misspelling. + 2001-11-12 Joseph S. Myers <jsm28@cam.ac.uk> * doc/gcc.texi: Move several chapters out to ... diff --git a/gcc/config/ia64/freebsd.h b/gcc/config/ia64/freebsd.h index 75cfc04f901..6140128df3c 100644 --- a/gcc/config/ia64/freebsd.h +++ b/gcc/config/ia64/freebsd.h @@ -42,7 +42,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Needs to agree with <machine/ansi.h>. GCC defaults come from c-decl.c, c-common.c, and config/<arch>/<arch>.h. */ -/* Earilier headers may get this wrong for FreeBSD. +/* Earlier headers may get this wrong for FreeBSD. We use the GCC defaults instead. */ #undef WCHAR_TYPE |