summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-12-18 18:36:58 +0100
committerGabor Greif <ggreif@gmail.com>2017-12-18 18:36:58 +0100
commit244d1441bbe9a8d5e83015c749d1339b8f7c7319 (patch)
tree6e07395d07451aae863d50678f730b475c452346 /libraries
parent8c9906c5ce3f9ebd6417a1cdbe3e2a007c4cccd0 (diff)
downloadhaskell-244d1441bbe9a8d5e83015c749d1339b8f7c7319.tar.gz
Typos in comments
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/GHC/Read.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Read.hs b/libraries/base/GHC/Read.hs
index 2d8ee3de51..8160a2a704 100644
--- a/libraries/base/GHC/Read.hs
+++ b/libraries/base/GHC/Read.hs
@@ -392,7 +392,7 @@ readSymField fieldName readVal = do
-- Note [Why readField]
--
--- Previousy, the code for automatically deriving Read instance (in
+-- Previously, the code for automatically deriving Read instance (in
-- typecheck/TcGenDeriv.hs) would generate inline code for parsing fields;
-- this, however, turned out to produce massive amounts of intermediate code,
-- and produced a considerable performance hit in the code generator.