From: Simon Marlow Date: Thu, 1 Jul 2010 12:36:12 +0000 (+0000) Subject: doc wibble: Haskell 98 I/O Error -> 'IOError' X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=7b2cb5626544e89431b8fbc42ab3eca072913b23 doc wibble: Haskell 98 I/O Error -> 'IOError' --- diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs index 55358eb..76160b2 100644 --- a/Foreign/C/Error.hs +++ b/Foreign/C/Error.hs @@ -490,7 +490,7 @@ throwErrnoPathIfMinus1_ = throwErrnoPathIf_ (== -1) -- conversion of an "errno" value into IO error -- -------------------------------------------- --- | Construct a Haskell 98 I\/O error based on the given 'Errno' value. +-- | Construct an 'IOError' based on the given 'Errno' value. -- The optional information can be used to improve the accuracy of -- error messages. --