doc wibble: Haskell 98 I/O Error -> 'IOError'
[ghc-base.git] / 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.
 --