[commit: ghc] wip/binary-bytestring: Binary: Fix incorrect name in comment (48af747)
git at git.haskell.org
git at git.haskell.org
Tue Jul 12 15:02:46 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/binary-bytestring
Link : http://ghc.haskell.org/trac/ghc/changeset/48af7474fb2bbea46404cd64e84e172f593dc33c/ghc
>---------------------------------------------------------------
commit 48af7474fb2bbea46404cd64e84e172f593dc33c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jul 11 18:43:08 2016 +0200
Binary: Fix incorrect name in comment
>---------------------------------------------------------------
48af7474fb2bbea46404cd64e84e172f593dc33c
compiler/utils/Binary.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/utils/Binary.hs b/compiler/utils/Binary.hs
index 640c529..9f7c03d 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
More information about the ghc-commits
mailing list