fix Haddock error
[ghc-base.git] / 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