diff options
-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 |