diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2000-04-25 07:21:13 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2000-04-25 07:21:13 -0400 |
commit | ac79db28f447f57b159b40fd7e05de089d204a55 (patch) | |
tree | e446c6344e555cc4894f7e105d00d605a6ef4c48 | |
parent | 865f50c5a9748efd95c8f093ed4ad0c7c88ce4c5 (diff) | |
download | gcc-ac79db28f447f57b159b40fd7e05de089d204a55.zip gcc-ac79db28f447f57b159b40fd7e05de089d204a55.tar.gz gcc-ac79db28f447f57b159b40fd7e05de089d204a55.tar.bz2 |
Fix comment
From-SVN: r33410
-rw-r--r-- | gcc/system.h | 2 |
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)) |