summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/stg/SMP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/stg/SMP.h b/includes/stg/SMP.h
index a3507bbe1c..cb9660c591 100644
--- a/includes/stg/SMP.h
+++ b/includes/stg/SMP.h
@@ -174,12 +174,12 @@ EXTERN_INLINE void load_load_barrier(void);
* code. See ThreadPaused.c:threadPaused.
*
* - Updating a BLACKHOLE:
- * This case is protected by explicit write barriers in the the update frame
+ * This case is protected by explicit write barriers in the update frame
* entry code (see rts/Updates.h).
*
* - Blocking on an MVar# (e.g. takeMVar#):
* In this case the appropriate MVar primops (e.g. stg_takeMVarzh). include
- * explicit memory barriers to ensure that the the newly-allocated
+ * explicit memory barriers to ensure that the newly-allocated
* MVAR_TSO_QUEUE is visible to other cores.
*
* - Write to an MVar# (e.g. putMVar#):