https://gcc.gnu.org/g:c1bd384cb113f62bf67498fca354a5885fa50e5e

commit r16-7864-gc1bd384cb113f62bf67498fca354a5885fa50e5e
Author: Jonathan Wakely <[email protected]>
Date:   Tue Mar 3 12:04:44 2026 +0000

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

Diff:
---
 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

Reply via email to