From: Benjamin Wu Date: Sun, 13 Jul 2025 16:25:02 +0000 (+0100) Subject: middle-end: Fix typo in gimple.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=356250630abd876ae592bc3d2b4cc171bc834b79;p=thirdparty%2Fgcc.git middle-end: Fix typo in gimple.h gcc/ChangeLog: * gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo. --- diff --git a/gcc/gimple.h b/gcc/gimple.h index 268884677e1..5c970cee7e6 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)