X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghci%2FObjLink.lhs;h=dad8d47703c94b7356163e1bb77a1c7c22820196;hp=d032a369fae27a325a1b79d1722f2f7e3f467906;hb=dd605e295e2a7ee92dc0511d81ebef4984eacf1e;hpb=150cc9e2e4657cc58bd7ec4c15e5cb72f2e1c0f6 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