Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmar committed Aug 26, 2009
1 parent 228fe2d commit f79d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GHC/IO/Device.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f79d3d7

Please sign in to comment.