summaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/compare-elim.c')
-rw-r--r--gcc/compare-elim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/compare-elim.c b/gcc/compare-elim.c
index f11a7245caa..b021e8daf88 100644
--- a/gcc/compare-elim.c
+++ b/gcc/compare-elim.c
@@ -494,7 +494,7 @@ try_eliminate_compare (struct comparison *cmp)
{
rtx x, insn, bb_head, flags, in_a, cmp_src;
- /* We must have found an interesting "clobber" preceeding the compare. */
+ /* We must have found an interesting "clobber" preceding the compare. */
if (cmp->prev_clobber == NULL)
return false;