summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorJan HrĨek <honza.hrk@gmail.com>2020-06-24 15:55:39 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-06-28 09:20:22 -0400
commit68530b1cd45629e5a353a37df80195ac54d26ade (patch)
treea6aa929d32d9c1caff4ca57c5ffde238d7c9717a /includes
parent42f797b0ad034a92389e7081aa50ef4ab3434d01 (diff)
downloadhaskell-68530b1cd45629e5a353a37df80195ac54d26ade.tar.gz
Fix duplicated words and typos in comments and user guide
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#):