summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/BufferedIO.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/IO/BufferedIO.hs')
-rw-r--r--libraries/base/GHC/IO/BufferedIO.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/GHC/IO/BufferedIO.hs b/libraries/base/GHC/IO/BufferedIO.hs
index 4c81d9a4ec..cd38cefe07 100644
--- a/libraries/base/GHC/IO/BufferedIO.hs
+++ b/libraries/base/GHC/IO/BufferedIO.hs
@@ -32,8 +32,8 @@ import GHC.IO.Buffer
-- | The purpose of 'BufferedIO' is to provide a common interface for I/O
-- devices that can read and write data through a buffer. Devices that
-- implement 'BufferedIO' include ordinary files, memory-mapped files,
--- and bytestrings. The underlying device implementing a 'Handle' must
--- provide 'BufferedIO'.
+-- and bytestrings. The underlying device implementing a 'System.IO.Handle'
+-- must provide 'BufferedIO'.
--
class BufferedIO dev where
-- | allocate a new buffer. The size of the buffer is at the