From: Sam James Date: Fri, 28 Nov 2025 20:53:43 +0000 (+0000) Subject: gcc: fix typo in comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6a24813c8f9fc7af25fa7f48ac395f40e48aa71;p=thirdparty%2Fgcc.git 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 --git a/gcc/crc-verification.cc b/gcc/crc-verification.cc index c7b0fedd6e4..4b0018de5d6 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