From 210766f3c06c727d7f23929266ea807bfa7c5703 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 9 May 2004 14:38:13 +0000 Subject: [PATCH] [project @ 2004-05-09 14:38:13 by panne] Documentation typos --- ghc/compiler/main/HscMain.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/HscMain.lhs b/ghc/compiler/main/HscMain.lhs index 2645572..7437718 100644 --- a/ghc/compiler/main/HscMain.lhs +++ b/ghc/compiler/main/HscMain.lhs @@ -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 -- 1.7.10.4