diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-11-12 16:21:57 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2001-11-12 16:21:57 +0000 |
commit | c6890454af96cff7782778c229b5ec6c0250b024 (patch) | |
tree | 669b14bd8c4d11a8802dd2a5b3134c41bb129c1d | |
parent | 73a8ed7ed443bcdcc57cd2d29fe15a44c0cf56cd (diff) | |
download | gcc-c6890454af96cff7782778c229b5ec6c0250b024.zip gcc-c6890454af96cff7782778c229b5ec6c0250b024.tar.gz gcc-c6890454af96cff7782778c229b5ec6c0250b024.tar.bz2 |
freebsd.h: Fix misspelling.
2001-11-12 David O'Brien <obrien@FreeBSD.org>
* config/ia64/freebsd.h: Fix misspelling.
From-SVN: r46953
-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 94bd0e6..017042e 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 75cfc04..6140128 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 |