[commit: ghc] wip/binary-bytestring: Binary: Fix incorrect name in comment (9e3f477)

git at git.haskell.org git at git.haskell.org
Mon Jul 11 22:37:43 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/binary-bytestring
Link       : http://ghc.haskell.org/trac/ghc/changeset/9e3f477419996a54357aa38a908b7e1282e1bfc0/ghc

>---------------------------------------------------------------

commit 9e3f477419996a54357aa38a908b7e1282e1bfc0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Jul 11 18:43:08 2016 +0200

    Binary: Fix incorrect name in comment


>---------------------------------------------------------------

9e3f477419996a54357aa38a908b7e1282e1bfc0
 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