From a6a24813c8f9fc7af25fa7f48ac395f40e48aa71 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 28 Nov 2025 20:53:43 +0000 Subject: [PATCH] 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. --- 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 -- 2.47.3