diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 343662a5ee9..24bde0fc323 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -3717,7 +3717,7 @@ make_range (tree exp, int *pin_p, tree *plow, tree *phigh) /* If we're converting arg0 from an unsigned type, to exp, - a signed type, we will be doing the compairson as unsigned. + a signed type, we will be doing the comparison as unsigned. The tests above have already verified that LOW and HIGH are both positive. |