summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorEric Lindblad <lindblad@gmx.us>2022-08-14 23:33:33 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-07 16:42:45 -0400
commitd0a2efb2125ef410a7c7725b93987d2b7ea99463 (patch)
treea19c1d1568e2958ab3a3da3b4d9440b5e91e0300 /libraries
parent808bb7934e1e3007bf7115bdf75263bba937c85b (diff)
downloadhaskell-d0a2efb2125ef410a7c7725b93987d2b7ea99463.tar.gz
typo
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/GHC/Event/Windows.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/Windows.hsc b/libraries/base/GHC/Event/Windows.hsc
index 007259c846..a0de9a4e94 100644
--- a/libraries/base/GHC/Event/Windows.hsc
+++ b/libraries/base/GHC/Event/Windows.hsc
@@ -1039,7 +1039,7 @@ step maxDelay mgr@Manager{..} = do
-- before adding something to the work queue.
--
-- Thread safety: This function atomically replaces outstanding events with
--- a pointer to nullReq. This means it's safe (but potentially wastefull) to
+-- a pointer to nullReq. This means it's safe (but potentially wasteful) to
-- have two concurrent or parallel invocations on the same array.
processCompletion :: Manager -> Int -> Maybe Seconds -> IO (Bool, Maybe Seconds)
processCompletion Manager{..} n delay = do