diff options
Diffstat (limited to 'rts/PrimOps.cmm')
-rw-r--r-- | rts/PrimOps.cmm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm index b5930363a1..0486399b46 100644 --- a/rts/PrimOps.cmm +++ b/rts/PrimOps.cmm @@ -1313,7 +1313,7 @@ stg_atomicallyzh (P_ stm) code = stm; frame_result = NO_TREC; - /* Start the memory transcation */ + /* Start the memory transaction */ ("ptr" new_trec) = ccall stmStartTransaction(MyCapability() "ptr", old_trec "ptr"); StgTSO_trec(CurrentTSO) = new_trec; |