From: Matt Kraai Date: Fri, 13 Jun 2003 04:35:29 +0000 (+0000) Subject: fold-const.c (tree_expr_nonnegative_p): Fix misspelling of "least". X-Git-Tag: releases/gcc-3.4.0~5887 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2cca9be4e33f6ffe669568d16e97ea70223fdd9;p=thirdparty%2Fgcc.git fold-const.c (tree_expr_nonnegative_p): Fix misspelling of "least". * fold-const.c (tree_expr_nonnegative_p): Fix misspelling of "least". From-SVN: r67877 --- diff --git a/gcc/fold-const.c b/gcc/fold-const.c index e67f0f657699..c8bbca4a7c82 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -8027,7 +8027,7 @@ tree_expr_nonnegative_p (t) && tree_expr_nonnegative_p (TREE_OPERAND (t, 1)); /* zero_extend(x) + zero_extend(y) is non-negative is x and y are - both unsigned and at atleast 2 bits shorter than the result. */ + both unsigned and at least 2 bits shorter than the result. */ if (TREE_CODE (TREE_TYPE (t)) == INTEGER_TYPE && TREE_CODE (TREE_OPERAND (t, 0)) == NOP_EXPR && TREE_CODE (TREE_OPERAND (t, 1)) == NOP_EXPR)