aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2021-06-23 12:14:37 -0400
committerAndrew MacLeod <amacleod@redhat.com>2021-06-24 13:25:57 -0400
commit90fa63e134f478c775b64b281901ecbba3c9f15b (patch)
treefebf38683df1c14c4f21851c4ac9fd4e11c99ca1 /gcc
parentc761be53f6b62e22ac5de18c4aaf88648f64f5b7 (diff)
downloadgcc-90fa63e134f478c775b64b281901ecbba3c9f15b.zip
gcc-90fa63e134f478c775b64b281901ecbba3c9f15b.tar.gz
gcc-90fa63e134f478c775b64b281901ecbba3c9f15b.tar.bz2
Fix comment typo.
* range-op.cc: Fix comment.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/range-op.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/range-op.cc b/gcc/range-op.cc
index 1692a09..29ee9e0 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,