Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/359efbf0fc714528f95207fbe9fc03383b380228 >--------------------------------------------------------------- commit 359efbf0fc714528f95207fbe9fc03383b380228 Author: Gabor Greif <ggr...@gmail.com> Date: Fri Nov 23 17:07:14 2012 +0100 typo >--------------------------------------------------------------- rts/Linker.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rts/Linker.c b/rts/Linker.c index 066d070..3e169fd 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 2000-2004 + * (c) The GHC Team, 2000-2012 * * RTS Object Linker * @@ -1475,7 +1475,7 @@ initLinker( void ) IF_DEBUG(linker, debugBelch("initLinker: start\n")); /* Make initLinker idempotent, so we can call it - before evey relevant operation; that means we + before every relevant operation; that means we don't need to initialise the linker separately */ if (linker_init_done == 1) { IF_DEBUG(linker, debugBelch("initLinker: idempotent return\n")); _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc