summaryrefslogtreecommitdiff
path: root/ghc/rts
diff options
context:
space:
mode:
authorken <unknown>2001-08-04 06:07:22 +0000
committerken <unknown>2001-08-04 06:07:22 +0000
commit76bb1a312657bad72ef1d6e9e7969654ee8d6e9e (patch)
treebc0c06619c6fb3cc59b67e0100f85b83e8125021 /ghc/rts
parentb17957ce78ec9ac16db7bba2b20b29548d5ca1db (diff)
downloadhaskell-76bb1a312657bad72ef1d6e9e7969654ee8d6e9e.tar.gz
[project @ 2001-08-04 06:07:22 by ken]
its => it's (or as the saying goes, wibble)
Diffstat (limited to 'ghc/rts')
-rw-r--r--ghc/rts/GC.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c
index 9d0b79e89d..1568f4664e 100644
--- a/ghc/rts/GC.c
+++ b/ghc/rts/GC.c
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: GC.c,v 1.112 2001/08/02 15:33:35 ken Exp $
+ * $Id: GC.c,v 1.113 2001/08/04 06:07:22 ken Exp $
*
* (c) The GHC Team 1998-1999
*
@@ -3787,7 +3787,7 @@ threadSqueezeStack(StgTSO *tso)
{
StgInfoTable *info = get_itbl(bh);
nat np = info->layout.payload.ptrs, nw = info->layout.payload.nptrs, i;
- /* don't zero out slop for a THUNK_SELECTOR, because it's layout
+ /* don't zero out slop for a THUNK_SELECTOR, because its layout
* info is used for a different purpose, and it's exactly the
* same size as a BLACKHOLE in any case.
*/