Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e3aa16595f6240bff60fdde6579c89e469f25b4f >--------------------------------------------------------------- commit e3aa16595f6240bff60fdde6579c89e469f25b4f Author: Gabor Greif <ggr...@gmail.com> Date: Fri Dec 14 10:00:55 2012 +0100 typo >--------------------------------------------------------------- includes/rts/storage/ClosureMacros.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/rts/storage/ClosureMacros.h b/includes/rts/storage/ClosureMacros.h index dd5f428..73725e1 100644 --- a/includes/rts/storage/ClosureMacros.h +++ b/includes/rts/storage/ClosureMacros.h @@ -1,6 +1,6 @@ /* ---------------------------------------------------------------------------- * - * (c) The GHC Team, 1998-2004 + * (c) The GHC Team, 1998-2012 * * Macros for building and manipulating closures * @@ -26,7 +26,7 @@ "info pointer" The first word of the closure. Might point to either the end or the beginning of the info table, depending on whether we're using - the mini interpretter or not. GET_INFO(c) + the mini interpreter or not. GET_INFO(c) retrieves the info pointer of a closure. "info table" The info table structure associated with a _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc