[project @ 2003-01-06 15:19:08 by simonpj]
authorsimonpj <unknown>
Mon, 6 Jan 2003 15:19:08 +0000 (15:19 +0000)
committersimonpj <unknown>
Mon, 6 Jan 2003 15:19:08 +0000 (15:19 +0000)
Spelling

ghc/compiler/rename/RnBinds.lhs

index e777859..8710416 100644 (file)
@@ -153,7 +153,7 @@ rnTopMonoBinds :: RdrNameMonoBinds
               -> RnM (RenamedHsBinds, FreeVars)
 
 -- Assumes the binders of the binding are in scope already
--- Very like rnMonoBinds, bu checks for missing signatures too
+-- Very like rnMonoBinds, but checks for missing signatures too
 
 rnTopMonoBinds mbinds sigs
  =  bindPatSigTyVars (collectSigTysFromMonoBinds mbinds) $