diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-12-14 10:00:55 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-12-19 13:38:30 +0100 |
commit | e3aa16595f6240bff60fdde6579c89e469f25b4f (patch) | |
tree | 45ee08d840470318137c3d22594ca54bdeee333f /includes | |
parent | 909d52e20405bf18b5fb337e64318112bb553cd8 (diff) | |
download | haskell-e3aa16595f6240bff60fdde6579c89e469f25b4f.tar.gz |
typo
Diffstat (limited to 'includes')
-rw-r--r-- | 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 dd5f428135..73725e121c 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 |