Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0b3811c093736950c1d2757fb12dba60f9bf97ca >--------------------------------------------------------------- commit 0b3811c093736950c1d2757fb12dba60f9bf97ca Author: Gabor Greif <[email protected]> Date: Wed Oct 24 13:45:55 2012 +0200 typo >--------------------------------------------------------------- compiler/ghci/Linker.lhs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ghci/Linker.lhs b/compiler/ghci/Linker.lhs index 0a9de80..3ba9c3c 100644 --- a/compiler/ghci/Linker.lhs +++ b/compiler/ghci/Linker.lhs @@ -1,5 +1,5 @@ % -% (c) The University of Glasgow 2005-2006 +% (c) The University of Glasgow 2005-2012 % \begin{code} -- | The dynamic linker for GHCi. @@ -1239,7 +1239,7 @@ searchForLibUsingGcc dflags so dirs = do else return (Just file) -- ---------------------------------------------------------------------------- --- Loading a dyanmic library (dlopen()-ish on Unix, LoadLibrary-ish on Win32) +-- Loading a dynamic library (dlopen()-ish on Unix, LoadLibrary-ish on Win32) -- Darwin / MacOS X only: load a framework -- a framework is a dynamic library packaged inside a directory of the same _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
