From: qrczak Date: Wed, 28 Mar 2001 18:53:39 +0000 (+0000) Subject: [project @ 2001-03-28 18:53:39 by qrczak] X-Git-Tag: Approximately_9120_patches~2262 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b113e3200ba69af73fa2c1eb9340a8fbecb3df6b;p=ghc-hetmet.git [project @ 2001-03-28 18:53:39 by qrczak] Typo. --- diff --git a/ghc/compiler/compMan/CmLink.lhs b/ghc/compiler/compMan/CmLink.lhs index 297b0a6..9371eb4 100644 --- a/ghc/compiler/compMan/CmLink.lhs +++ b/ghc/compiler/compMan/CmLink.lhs @@ -260,7 +260,7 @@ linkInterpretedCode (l@(LM _ m uls) : ls) ul_trees pls linkInterpretedCode ls (uls++ul_trees) pls{objects_loaded = l : objects_loaded pls} | any isObject uls - = panic "linkInterpretedCode: trying to link object code to interpreted code") + = panic "linkInterpretedCode: trying to link object code to interpreted code" | otherwise = invalidLinkable invalidLinkable = panic "CmLink: linkable doesn't contain entirely objects or interpreted code"