Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/067828956acdcb046c0640568638fbc496eda9f3 >--------------------------------------------------------------- commit 067828956acdcb046c0640568638fbc496eda9f3 Author: Gabor Greif <[email protected]> Date: Mon Sep 17 16:10:47 2012 +0200 typo >--------------------------------------------------------------- compiler/ghci/Linker.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/ghci/Linker.lhs b/compiler/ghci/Linker.lhs index 565cf0b..6b47db3 100644 --- a/compiler/ghci/Linker.lhs +++ b/compiler/ghci/Linker.lhs @@ -772,7 +772,7 @@ dynLinkObjs dflags pls objs = do mapM_ loadObj (map nameOfObject unlinkeds) - -- Link the all together + -- Link them all together ok <- resolveObjs -- If resolving failed, unload all our _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
