doc wibble: Haskell 98 I/O Error -> 'IOError'
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 12:36:12 +0000 (12:36 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 12:36:12 +0000 (12:36 +0000)
Foreign/C/Error.hs

index 55358eb..76160b2 100644 (file)
@@ -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.
 --