From 1e50e9c3c22d6300114ffea31a9a76a3954e4efd Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 25 Apr 2000 11:21:13 +0000 Subject: Fix comment git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33410 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/system.h') 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)) -- cgit v1.2.1