[project @ 2002-12-20 17:56:21 by ross]
[ghc-base.git] / GHC / IOBase.lhs
index 54ec69f..0626870 100644 (file)
@@ -715,7 +715,7 @@ data IOException
                                     -- the error.
      ioe_type     :: IOErrorType,    -- what it was.
      ioe_location :: String,        -- location.
-     ioe_descr    :: String,         -- error type specific information.
+     ioe_description :: String,      -- error type specific information.
      ioe_filename :: Maybe FilePath  -- filename the error is related to.
    }