From: Andrew MacLeod Date: Wed, 23 Jun 2021 16:14:37 +0000 (-0400) Subject: Fix comment typo. X-Git-Tag: basepoints/gcc-13~6519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90fa63e134f478c775b64b281901ecbba3c9f15b;p=thirdparty%2Fgcc.git Fix comment typo. * range-op.cc: Fix comment. --- diff --git a/gcc/range-op.cc b/gcc/range-op.cc index 1692a096e204..29ee9e0f645d 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,