[gcc r16-7864] gcc: Fix "Conveinece" typo in comment
Jonathan Wakely
redi@gcc.gnu.org
Tue Mar 3 12:06:24 GMT 2026
https://gcc.gnu.org/g:c1bd384cb113f62bf67498fca354a5885fa50e5e
commit r16-7864-gc1bd384cb113f62bf67498fca354a5885fa50e5e
Author: Jonathan Wakely <jwakely@redhat.com>
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
More information about the Gcc-cvs
mailing list