diff options
Diffstat (limited to 'compiler/utils')
-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 |