From: kazu Date: Sun, 3 Oct 2004 13:25:05 +0000 (+0000) Subject: * ginclude/stddef.h: Fix a comment typo. X-Git-Tag: upstream/4.9.2~67308 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee9c3cfb2bc3bec9d38dd73facfbcb3ea8fd61b0;p=platform%2Fupstream%2Flinaro-gcc.git * ginclude/stddef.h: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88445 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b95322..ae9c59b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-03 Kazu Hirata + + * ginclude/stddef.h: Fix a comment typo. + 2004-10-03 Eric Botcazou PR target/17443 diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 3b49aeb..85ac9c4 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -296,7 +296,7 @@ typedef _BSD_RUNE_T_ rune_t; #define _BSD_WCHAR_T_DEFINED_ #define _BSD_RUNE_T_DEFINED_ /* Darwin */ #if defined (__FreeBSD__) && (__FreeBSD__ < 5) -/* Why is this file so hard to maintain properly? In constrast to +/* Why is this file so hard to maintain properly? In contrast to the comment above regarding BSD/386 1.1, on FreeBSD for as long as the symbol has existed, _BSD_RUNE_T_ must not stay defined or redundant typedefs will occur when stdlib.h is included after this file. */