diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-07-11 18:43:08 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-07-12 16:27:08 +0200 |
commit | 48af7474fb2bbea46404cd64e84e172f593dc33c (patch) | |
tree | 39e0ca7a0ca9fb9258a8929ce1326db78a3f8174 | |
parent | f6c257bf7c0f6aeef77db5e27d533f6175b05dab (diff) | |
download | haskell-wip/binary-bytestring.tar.gz |
Binary: Fix incorrect name in commentwip/binary-bytestring
-rw-r--r-- | compiler/utils/Binary.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Binary.hs b/compiler/utils/Binary.hs index 640c529524..9f7c03dbcc 100644 --- a/compiler/utils/Binary.hs +++ b/compiler/utils/Binary.hs @@ -664,7 +664,7 @@ getDictionary bh = do -- The Symbol Table --------------------------------------------------------- --- On disk, the symbol table is an array of IfaceExtName, when +-- On disk, the symbol table is an array of IfExtName, when -- reading it in we turn it into a SymbolTable. type SymbolTable = Array Int Name |