gcc/ChangeLog:

        * fold-const.cc: Fix "Conveinece" typo in comment.
---

Pushed as obvious.

 gcc/fold-const.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/fold-const.cc b/gcc/fold-const.cc
index 19f25d40d7f7..56503e570bc4 100644
--- a/gcc/fold-const.cc
+++ b/gcc/fold-const.cc
@@ -4340,7 +4340,7 @@ operand_compare::verify_hash_value (const_tree arg0, 
const_tree arg1,
 
 static operand_compare default_compare_instance;
 
-/* Conveinece wrapper around operand_compare class because usually we do
+/* Convenience wrapper around operand_compare class because usually we do
    not need to play with the valueizer.  */
 
 bool
-- 
2.53.0

Reply via email to