From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1011) id 0C1B83839C4D; Thu, 24 Jun 2021 17:34:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C1B83839C4D MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Andrew Macleod To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1794] Fix comment typo. X-Act-Checkin: gcc X-Git-Author: Andrew MacLeod X-Git-Refname: refs/heads/master X-Git-Oldrev: c761be53f6b62e22ac5de18c4aaf88648f64f5b7 X-Git-Newrev: 90fa63e134f478c775b64b281901ecbba3c9f15b Message-Id: <20210624173401.0C1B83839C4D@sourceware.org> Date: Thu, 24 Jun 2021 17:34:01 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2021 17:34:01 -0000 https://gcc.gnu.org/g:90fa63e134f478c775b64b281901ecbba3c9f15b commit r12-1794-g90fa63e134f478c775b64b281901ecbba3c9f15b Author: Andrew MacLeod Date: Wed Jun 23 12:14:37 2021 -0400 Fix comment typo. * range-op.cc: Fix comment. Diff: --- gcc/range-op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/range-op.cc b/gcc/range-op.cc index 1692a096e20..29ee9e0f645 100644 --- a/gcc/range-op.cc +++ b/gcc/range-op.cc @@ -1299,7 +1299,7 @@ operator_minus::wi_fold (irange &r, tree type, } // Check to see if the relation REL between OP1 and OP2 has any effect on the -// LHS of the epxression. If so, apply it to LHS_RANGE. +// LHS of the expression. If so, apply it to LHS_RANGE. bool operator_minus::op1_op2_relation_effect (irange &lhs_range, tree type,