From dd605e295e2a7ee92dc0511d81ebef4984eacf1e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 4 Apr 2007 00:03:47 +0000 Subject: [PATCH] Fix typo --- compiler/ghci/ObjLink.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4