diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-02-26 15:48:10 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-02-26 15:48:10 +0100 |
commit | a02611210b9846ee18de179c932915a838fdacb5 (patch) | |
tree | c7131c9540c25c6617c3a249b0075afcea20b369 /rts/STM.c | |
parent | bbfff2298d7ea7d0f4e590f8137f43a651e8f61d (diff) | |
download | haskell-a02611210b9846ee18de179c932915a838fdacb5.tar.gz |
Typos in comments, etc.
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) |