summaryrefslogtreecommitdiff
path: root/rts/STM.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/STM.c')
-rw-r--r--rts/STM.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/STM.c b/rts/STM.c
index 088ff1cfd4..7437491824 100644
--- a/rts/STM.c
+++ b/rts/STM.c
@@ -111,8 +111,8 @@
/*......................................................................*/
-// If SHAKE is defined then validation will sometime spuriously fail. They helps test
-// unusualy code paths if genuine contention is rare
+// If SHAKE is defined then validation will sometimes spuriously fail. They help test
+// unusual code paths if genuine contention is rare
#define TRACE(_x...) debugTrace(DEBUG_stm, "STM: " _x)