From 68530b1cd45629e5a353a37df80195ac54d26ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hr=C4=8Dek?= Date: Wed, 24 Jun 2020 15:55:39 +0200 Subject: Fix duplicated words and typos in comments and user guide --- includes/stg/SMP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') 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#): -- cgit v1.2.1