From: Simon Marlow Date: Wed, 26 Aug 2009 08:52:52 +0000 (+0000) Subject: typo in comment X-Git-Tag: ghc-darcs-git-switchover~325 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f79d3d7573bda78e66f4fa2834c8e5e2a938cbc8;p=ghc-base.git typo in comment --- diff --git a/GHC/IO/Device.hs b/GHC/IO/Device.hs index 5e40c61..67ea242 100644 --- a/GHC/IO/Device.hs +++ b/GHC/IO/Device.hs @@ -84,7 +84,7 @@ class IODevice a where isSeekable :: a -> IO Bool isSeekable _ = return False - -- | seek to the specified positing in the data. + -- | seek to the specified position in the data. seek :: a -> SeekMode -> Integer -> IO () seek _ _ _ = ioe_unsupportedOperation