diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-12-18 18:36:58 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-12-18 18:36:58 +0100 |
commit | 244d1441bbe9a8d5e83015c749d1339b8f7c7319 (patch) | |
tree | 6e07395d07451aae863d50678f730b475c452346 /libraries | |
parent | 8c9906c5ce3f9ebd6417a1cdbe3e2a007c4cccd0 (diff) | |
download | haskell-244d1441bbe9a8d5e83015c749d1339b8f7c7319.tar.gz |
Typos in comments
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/Read.hs | 2 |
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. |