aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2000-04-25 07:21:13 -0400
committerRichard Kenner <kenner@gcc.gnu.org>2000-04-25 07:21:13 -0400
commitac79db28f447f57b159b40fd7e05de089d204a55 (patch)
treee446c6344e555cc4894f7e105d00d605a6ef4c48 /gcc
parent865f50c5a9748efd95c8f093ed4ad0c7c88ce4c5 (diff)
downloadgcc-ac79db28f447f57b159b40fd7e05de089d204a55.zip
gcc-ac79db28f447f57b159b40fd7e05de089d204a55.tar.gz
gcc-ac79db28f447f57b159b40fd7e05de089d204a55.tar.bz2
Fix comment
From-SVN: r33410
Diffstat (limited to 'gcc')
-rw-r--r--gcc/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 4078977..91ef56e 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -564,7 +564,7 @@ extern void abort PARAMS ((void));
#endif
/* Enumerated bitfields are safe to use unless we've been explictly told
- * otherwise or if they are signed. */
+ otherwise or if they are signed. */
#define USE_ENUM_BITFIELDS (__GNUC__ || (!ONLY_INT_FIELDS && ENUM_BITFIELDS_ARE_UNSIGNED))