gcc: fix typo in comment
authorSam James <sam@gentoo.org>
Fri, 28 Nov 2025 20:53:43 +0000 (20:53 +0000)
committerSam James <sam@gentoo.org>
Fri, 28 Nov 2025 20:54:19 +0000 (20:54 +0000)
Just testing pushing after sw migration.

gcc/ChangeLog:

* crc-verification.cc (crc_symbolic_execution::is_used_outside_the_loop):
Fix 'assignment' typo.

gcc/crc-verification.cc

index c7b0fedd6e4d8bcc8b90398761d06525bfb10fa6..4b0018de5d6762fcebf85cfe050f5f5cc4aced2c 100644 (file)
@@ -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
This page took 0.113378 seconds and 5 git commands to generate.