summaryrefslogtreecommitdiff
path: root/rts/STM.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/STM.h')
-rw-r--r--rts/STM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/STM.h b/rts/STM.h
index ffec009577..6dfa20d0ee 100644
--- a/rts/STM.h
+++ b/rts/STM.h
@@ -92,7 +92,7 @@ void stmCondemnTransaction(Capability *cap, StgTRecHeader *trec);
it is nested, are still valid.
Note: the caller can assume that once stmValidateTransaction has
- returned FALSE for a given trec then that transaction will never
+ returned false for a given trec then that transaction will never
again be valid -- we rely on this in Schedule.c when kicking invalid
threads at GC (in case they are stuck looping)
*/