]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
middle-end: Fix typo in gimple.h
authorBenjamin Wu <bwu25@cs.washington.edu>
Sun, 13 Jul 2025 16:25:02 +0000 (17:25 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 13 Jul 2025 16:26:06 +0000 (17:26 +0100)
gcc/ChangeLog:

* gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo.

gcc/gimple.h

index 268884677e1174b4a6019b5548ad69cdfddfe00f..5c970cee7e6a32fc383163305bde049e5fcf48ea 100644 (file)
@@ -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)