https://gcc.gnu.org/g:356250630abd876ae592bc3d2b4cc171bc834b79
commit r16-2220-g356250630abd876ae592bc3d2b4cc171bc834b79 Author: Benjamin Wu <bw...@cs.washington.edu> Date: Sun Jul 13 17:25:02 2025 +0100 middle-end: Fix typo in gimple.h gcc/ChangeLog: * gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo. Diff: --- gcc/gimple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gimple.h b/gcc/gimple.h index 268884677e11..5c970cee7e6a 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -865,7 +865,7 @@ struct GTY((tag("GSS_ASSUME"))) tell the runtime that it should begin the transaction in serial-irrevocable mode. */ #define GTMA_DOES_GO_IRREVOCABLE (1u << 6) -/* The transaction contains no instrumentation code whatsover, most +/* The transaction contains no instrumentation code whatsoever, most likely because it is guaranteed to go irrevocable upon entry. */ #define GTMA_HAS_NO_INSTRUMENTATION (1u << 7)