summaryrefslogtreecommitdiffstats
path: root/gcc/system.h
diff options
context:
space:
mode:
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