summaryrefslogtreecommitdiffstats
path: root/gcc/system.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-25 11:21:13 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-25 11:21:13 +0000
commit1e50e9c3c22d6300114ffea31a9a76a3954e4efd (patch)
treee446c6344e555cc4894f7e105d00d605a6ef4c48 /gcc/system.h
parent20b1c02b0a7e166fec40637b725f44792bc0a0a4 (diff)
downloadppe42-gcc-1e50e9c3c22d6300114ffea31a9a76a3954e4efd.tar.gz
ppe42-gcc-1e50e9c3c22d6300114ffea31a9a76a3954e4efd.zip
Fix comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33410 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 407897759cf..91ef56ed345 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))
OpenPOWER on IntegriCloud