https://gcc.gnu.org/g:516c12e0e99be7280a94cb5ddd8edd5824b69459
commit r14-11994-g516c12e0e99be7280a94cb5ddd8edd5824b69459 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. (cherry picked from commit 356250630abd876ae592bc3d2b4cc171bc834b79) Diff: --- gcc/gimple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gimple.h b/gcc/gimple.h index 8a8ca109bbff..10b80ffe08e1 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -864,7 +864,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)