diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index e21d5bd..5f79d37 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -2229,7 +2229,7 @@ shorten_compare (tree *op0_ptr, tree *op1_ptr, tree *restype_ptr, TREE_TYPE (primop0)); /* In C, if TYPE is an enumeration, then we need to get its - min/max values from it's underlying integral type, not the + min/max values from its underlying integral type, not the enumerated type itself. In C++, TYPE_MAX_VALUE and TYPE_MIN_VALUE have already been set correctly on the enumeration type. */ |