diff options
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 |