diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-09-17 16:10:47 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-09-17 16:10:47 +0200 |
commit | 067828956acdcb046c0640568638fbc496eda9f3 (patch) | |
tree | b11750a33e58d7ef4db1f92102a1c3636a18ade8 /compiler/ghci/Linker.lhs | |
parent | 8c3b9aca3aaf946a91c9af6c07fc9d2afb6bbb76 (diff) | |
download | haskell-067828956acdcb046c0640568638fbc496eda9f3.tar.gz |
typo
Diffstat (limited to 'compiler/ghci/Linker.lhs')
-rw-r--r-- | 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 565cf0b8a8..6b47db3965 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 |