diff options
Diffstat (limited to 'libraries/base/GHC/Event/TimerManager.hs')
| -rw-r--r-- | libraries/base/GHC/Event/TimerManager.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/TimerManager.hs b/libraries/base/GHC/Event/TimerManager.hs index b334924a9d..2d68f65902 100644 --- a/libraries/base/GHC/Event/TimerManager.hs +++ b/libraries/base/GHC/Event/TimerManager.hs @@ -175,7 +175,7 @@ step mgr = do state `seq` return (state == Running) where - -- | Call all expired timer callbacks and return the time to the + -- Call all expired timer callbacks and return the time to the -- next timeout. mkTimeout :: IO Timeout mkTimeout = do |
