summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <ubuntu@ip-172-31-25-209.ec2.internal>2023-04-18 10:53:48 +0000
committerBen Gamari <ben@smart-cactus.org>2023-04-24 06:04:18 -0400
commitb381a3b16a55face903f030dfd2ef1cfd753de01 (patch)
treec5a32aca162a92c6c462261d43271360aec176f8
parent76973b5c16544a8fd59bef5c64b9c6f18b7a00fd (diff)
downloadhaskell-b381a3b16a55face903f030dfd2ef1cfd753de01.tar.gz
Note
-rw-r--r--rts/include/stg/SMP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/include/stg/SMP.h b/rts/include/stg/SMP.h
index 53f5666e68..c0d37a6fc9 100644
--- a/rts/include/stg/SMP.h
+++ b/rts/include/stg/SMP.h
@@ -325,7 +325,7 @@ EXTERN_INLINE void load_load_barrier(void);
* Under the C11 memory model this program admits an execution where the
* indirectee `r2=0`.
*
- * Of course, this could also be addressed by strengthing the ordering of E1
+ * Of course, this could also be addressed by strengthing the ordering of (E1)
* to acquire, but this would incur a significant cost on every closure entry
* (including non-blackholes).
*