aboutsummaryrefslogtreecommitdiff
path: root/gcc/ginclude
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-03 13:25:05 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-03 13:25:05 +0000
commitd3471d77afe1723d6886efa13bc314afed486c48 (patch)
treeb4041c69a131930303cb1cc74f1b1bebb711b9d8 /gcc/ginclude
parent830219eec104f94d5e732683e70a2def137a4d00 (diff)
downloadgcc-d3471d77afe1723d6886efa13bc314afed486c48.zip
gcc-d3471d77afe1723d6886efa13bc314afed486c48.tar.gz
gcc-d3471d77afe1723d6886efa13bc314afed486c48.tar.bz2
* ginclude/stddef.h: Fix a comment typo.
From-SVN: r88445
Diffstat (limited to 'gcc/ginclude')
-rw-r--r--gcc/ginclude/stddef.h2
1 files changed, 1 insertions, 1 deletions
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. */