On 13/07/25 07:50 +0000, Benjamin Wu wrote:
2025-07-13  Ben Wu  <bw...@cs.washington.edu>

   * gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo.

Tested on x86_64-pc-linux-gnu. Will someone be able to commit this typo fix for 
me?

The patch doesn't apply, because of the ChangeLog part. Please do
*not* include changes to the ChangeLog files, those are autogenerated
from the Git commit messages:
https://gcc.gnu.org/codingconventions.html#ChangeLogs

(Historically the ChangeLog entry needed to be part of the patch, but
that hasn't been true for several years.)

I'll take take of applying it manually, thanks for the patch.


Thanks!

---
 7  gcc/ChangeLog | 4 ++++
 8  gcc/gimple.h  | 2 +-
 9  2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 711d0409f00..9a6a17d9eef 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2025-07-13  Ben Wu  <bw...@cs.washington.edu>
+
+    * gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo.
+
2025-07-12  Jan Hubicka  <hubi...@ucw.cz>

     * auto-profile.cc (function_instance::~function_instance):
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)

--
2.43.0

Reply via email to