summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-10-16 10:46:09 -0400
committerBen Gamari <ben@smart-cactus.org>2022-10-16 10:46:09 -0400
commit19e3255f253ed186e6749679fa44bfc6d68ac5bd (patch)
treeffc7fbb247b427664eb79a188866a4b5a91fafc2
parent4c8c3f502768e435b753705987212e750b8eaf5d (diff)
downloadhaskell-19e3255f253ed186e6749679fa44bfc6d68ac5bd.tar.gz
Whitespace
-rw-r--r--libraries/base/GHC/IO/URing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/URing.hs b/libraries/base/GHC/IO/URing.hs
index 7278ef8cf9..62b2bd7be1 100644
--- a/libraries/base/GHC/IO/URing.hs
+++ b/libraries/base/GHC/IO/URing.hs
@@ -57,7 +57,7 @@ data URingMgr = URingMgr { uring :: !URing.URing
, freeSqSlot :: !(MVar ())
}
--- | When a thread tries to submit a request but finds that there are no SQs/SQEs
+-- | When a thread tries to submit a request but finds that there are no SQs/SQEs
-- if blocks on this MVar, which gets filled when a pending request completes.
--
-- Note that this is technically a deadlock hazard. For instance, if a program