diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-03 13:25:05 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-03 13:25:05 +0000 |
commit | ee9c3cfb2bc3bec9d38dd73facfbcb3ea8fd61b0 (patch) | |
tree | b4041c69a131930303cb1cc74f1b1bebb711b9d8 /gcc/ginclude/stddef.h | |
parent | 2679c0b36be64c584ef871aa45801a2cecb5b073 (diff) | |
download | gcc-ee9c3cfb2bc3bec9d38dd73facfbcb3ea8fd61b0.tar.gz |
* ginclude/stddef.h: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude/stddef.h')
-rw-r--r-- | gcc/ginclude/stddef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index 3b49aeb5180..85ac9c41710 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. */ |