From 9171c7f847bc71770a4bb351c4274069d64cd847 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 16 May 2018 23:44:34 -0400 Subject: base: Fix typo --- libraries/base/GHC/Conc/IO.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/GHC/Conc/IO.hs b/libraries/base/GHC/Conc/IO.hs index 3c37cbda7c..7e970411e0 100644 --- a/libraries/base/GHC/Conc/IO.hs +++ b/libraries/base/GHC/Conc/IO.hs @@ -188,7 +188,7 @@ threadDelay time case delay# time# s of { s' -> (# s', () #) }} --- | Switch the value of returned 'TVar' from intial value 'False' to 'True' +-- | Switch the value of returned 'TVar' from initial value 'False' to 'True' -- after a given number of microseconds. The caveats associated with -- 'threadDelay' also apply. -- -- cgit v1.2.1