projects
/
gcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3142c
)
gcc: fix typo in comment
author
Sam James <sam@gentoo.org>
Fri, 28 Nov 2025 20:53:43 +0000
(20:53 +0000)
committer
Sam 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
patch
|
blob
|
history
diff --git
a/gcc/crc-verification.cc
b/gcc/crc-verification.cc
index c7b0fedd6e4d8bcc8b90398761d06525bfb10fa6..4b0018de5d6762fcebf85cfe050f5f5cc4aced2c 100644
(file)
--- 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 assig
n
ment statement
and assign it to lhs variable. */
bool
This page took
0.113378 seconds
and
5
git commands to generate.