From 908bdc8993fef13c585895c06fc121889b81eb28 Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 2 Mar 2000 10:11:50 +0000 Subject: [PATCH] [project @ 2000-03-02 10:11:50 by sewardj] comment spelling typo wurble --- 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 1a30f44..2d3abca 100644 --- a/ghc/rts/HeapStackCheck.hc +++ b/ghc/rts/HeapStackCheck.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: HeapStackCheck.hc,v 1.11 2000/01/13 14:34:03 hwloidl Exp $ + * $Id: HeapStackCheck.hc,v 1.12 2000/03/02 10:11:50 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -20,7 +20,7 @@ * * - If the context_switch flag is set, indicating that there are more * threads waiting to run, we yield to the scheduler - * (return ThreadYeilding). + * (return ThreadYielding). * * - If Hp > HpLim, we've had a heap check failure. This means we've * come to the end of the current heap block, so we try to chain -- 1.7.10.4