From: ken Date: Sat, 4 Aug 2001 06:07:22 +0000 (+0000) Subject: [project @ 2001-08-04 06:07:22 by ken] X-Git-Tag: Approximately_9120_patches~1362 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=76bb1a312657bad72ef1d6e9e7969654ee8d6e9e;p=ghc-hetmet.git [project @ 2001-08-04 06:07:22 by ken] its => it's (or as the saying goes, wibble) --- diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c index 9d0b79e..1568f46 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. */