From f79d3d7573bda78e66f4fa2834c8e5e2a938cbc8 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 26 Aug 2009 08:52:52 +0000 Subject: [PATCH] typo in comment --- GHC/IO/Device.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4