fix silly mistake in hGetBufSome (#4895)
[ghc-base.git] / System / Event.hs
index f8537ca..9fd836d 100644 (file)
@@ -1,3 +1,7 @@
+-- | This module provides scalable event notification for file
+-- descriptors and timeouts.
+--
+-- This module should be considered GHC internal.
 module System.Event
     ( -- * Types
       EventManager
@@ -22,7 +26,7 @@ module System.Event
     , registerFd_
     , unregisterFd
     , unregisterFd_
-    , fdWasClosed
+    , closeFd
 
       -- * Registering interest in timeout events
     , TimeoutCallback