summaryrefslogtreecommitdiff
path: root/rts/STM.c
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-02-26 15:48:10 +0100
committerGabor Greif <ggreif@gmail.com>2016-02-26 15:48:10 +0100
commita02611210b9846ee18de179c932915a838fdacb5 (patch)
treec7131c9540c25c6617c3a249b0075afcea20b369 /rts/STM.c
parentbbfff2298d7ea7d0f4e590f8137f43a651e8f61d (diff)
downloadhaskell-a02611210b9846ee18de179c932915a838fdacb5.tar.gz
Typos in comments, etc.
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)