diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2009-02-20 10:29:43 +0000 | 
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2009-02-20 10:29:43 +0000 | 
| commit | 53b79fcf7e4e7434cc93d1c4462622bf35de4965 (patch) | |
| tree | 0a9e4433f397e4bdde71d58a24ec1c17c7190458 | |
| parent | bed5120c47c7417fc8c371eebc127eb219ac85af (diff) | |
Typo in comment
| -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		  | 
