https://gcc.gnu.org/g:a6a24813c8f9fc7af25fa7f48ac395f40e48aa71
commit r16-5698-ga6a24813c8f9fc7af25fa7f48ac395f40e48aa71 Author: Sam James <[email protected]> Date: Fri Nov 28 20:53:43 2025 +0000 gcc: fix typo in comment Just testing pushing after sw migration. gcc/ChangeLog: * crc-verification.cc (crc_symbolic_execution::is_used_outside_the_loop): Fix 'assignment' typo. Diff: --- gcc/crc-verification.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/crc-verification.cc b/gcc/crc-verification.cc index c7b0fedd6e4d..4b0018de5d67 100644 --- a/gcc/crc-verification.cc +++ b/gcc/crc-verification.cc @@ -58,7 +58,7 @@ crc_symbolic_execution::is_used_outside_the_loop (tree def) return false; } -/* Calculate value of the rhs operation of GS assigment statement +/* Calculate value of the rhs operation of GS assignment statement and assign it to lhs variable. */ bool
