From: Ian Lynagh Date: Wed, 4 Apr 2007 00:03:47 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dd605e295e2a7ee92dc0511d81ebef4984eacf1e Fix typo --- diff --git a/compiler/ghci/ObjLink.lhs b/compiler/ghci/ObjLink.lhs index d032a36..dad8d47 100644 --- a/compiler/ghci/ObjLink.lhs +++ b/compiler/ghci/ObjLink.lhs @@ -86,7 +86,7 @@ resolveObjs = do return (successIf (r /= 0)) -- --------------------------------------------------------------------------- --- Foreign declaractions to RTS entry points which does the real work; +-- Foreign declarations to RTS entry points which does the real work; -- --------------------------------------------------------------------------- foreign import ccall unsafe "addDLL" c_addDLL :: CString -> IO CString