[commit: ghc] master: typo (0678289)
Gabor Greif <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
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