summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-07-11 18:43:08 +0200
committerBen Gamari <ben@smart-cactus.org>2016-07-12 16:27:08 +0200
commit48af7474fb2bbea46404cd64e84e172f593dc33c (patch)
tree39e0ca7a0ca9fb9258a8929ce1326db78a3f8174
parentf6c257bf7c0f6aeef77db5e27d533f6175b05dab (diff)
downloadhaskell-wip/binary-bytestring.tar.gz
Binary: Fix incorrect name in commentwip/binary-bytestring
-rw-r--r--compiler/utils/Binary.hs2
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