From 685c0e46a3aec7f8670c4a1efcad08914aaa63a7 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 28 Feb 2002 08:53:13 +0000 Subject: [PATCH] [project @ 2002-02-28 08:53:13 by sof] typo --- ghc/rts/HeapStackCheck.hc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/HeapStackCheck.hc b/ghc/rts/HeapStackCheck.hc index 63e09c9..30d74bd 100644 --- a/ghc/rts/HeapStackCheck.hc +++ b/ghc/rts/HeapStackCheck.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HeapStackCheck.hc,v 1.22 2002/02/26 19:18:00 sof Exp $ + * $Id: HeapStackCheck.hc,v 1.23 2002/02/28 08:53:13 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -634,7 +634,7 @@ EXTFUN(stg_gc_seq_1) cases are covered below. -------------------------------------------------------------------------- */ -/*-- No regsiters live (probably a void return) ----------------------------- */ +/*-- No registers live (probably a void return) ----------------------------- */ /* If we change the policy for thread startup to *not* remove the * return address from the stack, we can get rid of this little -- 1.7.10.4