diff options
Diffstat (limited to 'rts/STM.c')
-rw-r--r-- | rts/STM.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |