diff --git a/gcc/ipa-icf-gimple.c b/gcc/ipa-icf-gimple.c
index 69bc9ab5b3440550be2cee48486f1d75f7c636b3..250f02391db61e58af44f6a95ba0c9ad253df342 100644
--- a/gcc/ipa-icf-gimple.c
+++ b/gcc/ipa-icf-gimple.c
@@ -314,7 +314,7 @@ func_checker::operand_equal_p (const_tree t1, const_tree t2,
     default:
       break;
     }
-  /* In gimple all clobbers can be considered equal.  We match the right hand
+  /* In gimple all clobbers can be considered equal.  We match the left hand
      memory accesses.  */
   if (TREE_CLOBBER_P (t1) || TREE_CLOBBER_P (t2))
     return TREE_CLOBBER_P (t1) == TREE_CLOBBER_P (t2);