fix Haddock error
authorSimon Marlow <marlowsd@gmail.com>
Tue, 29 Mar 2011 15:03:48 +0000 (15:03 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 29 Mar 2011 15:03:48 +0000 (15:03 +0000)
GHC/IO/Handle/FD.hs

index b61c641..cb16645 100644 (file)
@@ -203,7 +203,7 @@ mkHandleFromFD
    -> IODeviceType
    -> FilePath  -- a string describing this file descriptor (e.g. the filename)
    -> IOMode
-   -> Bool      -- *set* non-blocking mode on the FD
+   -> Bool      --  *set* non-blocking mode on the FD
    -> Maybe TextEncoding
    -> IO Handle