[project @ 2004-05-09 14:38:13 by panne]
authorpanne <unknown>
Sun, 9 May 2004 14:38:13 +0000 (14:38 +0000)
committerpanne <unknown>
Sun, 9 May 2004 14:38:13 +0000 (14:38 +0000)
Documentation typos

ghc/compiler/main/HscMain.lhs

index 2645572..7437718 100644 (file)
@@ -356,7 +356,7 @@ hscFileFrontEnd hsc_env msg_act location = do {
     }}
 
 -- Perform static/dynamic checks on the source code in a StringBuffer
--- This is a temporary solution: it'll read in interface files lazilly, whereas
+-- This is a temporary solution: it'll read in interface files lazily, whereas
 -- we probably want to use the compilation manager to load in all the modules
 -- in a project.
 hscBufferFrontEnd :: HscEnv -> StringBuffer -> MessageAction -> IO HscResult