* ginclude/stddef.h: Fix a comment typo.

From-SVN: r88445
This commit is contained in:
Kazu Hirata 2004-10-03 13:25:05 +00:00 committed by Kazu Hirata
parent 830219eec1
commit d3471d77af
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-10-03 Kazu Hirata <kazu@cs.umass.edu>
* ginclude/stddef.h: Fix a comment typo.
2004-10-03 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/17443

View file

@ -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. */