Fix typo
authorIan Lynagh <igloo@earth.li>
Wed, 4 Apr 2007 00:03:47 +0000 (00:03 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 4 Apr 2007 00:03:47 +0000 (00:03 +0000)
compiler/ghci/ObjLink.lhs

index d032a36..dad8d47 100644 (file)
@@ -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