summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/StdHandles.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/IO/StdHandles.hs')
-rw-r--r--libraries/base/GHC/IO/StdHandles.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/StdHandles.hs b/libraries/base/GHC/IO/StdHandles.hs
index cdb7d0eb47..6891a79d4e 100644
--- a/libraries/base/GHC/IO/StdHandles.hs
+++ b/libraries/base/GHC/IO/StdHandles.hs
@@ -12,7 +12,7 @@
-- Stability : internal
-- Portability : non-portable
--
--- This model abtracts away the platform specific handles that can be toggled
+-- This model abstracts away the platform specific handles that can be toggled
-- through the RTS.
--
-----------------------------------------------------------------------------