diff options
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index 0daa21aa..ab312ce8 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -111,7 +111,7 @@ writeInterfaceFile filename iface = do bh <- return $ setUserData bh0 ud put_ bh iface - -- write the symtab pointer at the fornt of the file + -- write the symtab pointer at the front of the file symtab_p <- tellBin bh putAt bh symtab_p_p symtab_p seekBin bh symtab_p |