From 120380d59e3171b4f0d5ec8e50b77b545ba38fc5 Mon Sep 17 00:00:00 2001 From: sebc Date: Wed, 20 Mar 2002 23:07:02 +0000 Subject: [PATCH] [project @ 2002-03-20 23:07:02 by sebc] Update a comment only. --- ghc/rts/StoragePriv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/rts/StoragePriv.h b/ghc/rts/StoragePriv.h index a75c568..0c61bb6 100644 --- a/ghc/rts/StoragePriv.h +++ b/ghc/rts/StoragePriv.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StoragePriv.h,v 1.20 2002/03/12 11:51:07 simonmar Exp $ + * $Id: StoragePriv.h,v 1.21 2002/03/20 23:07:02 sebc Exp $ * * (c) The GHC Team, 1998-1999 * @@ -85,8 +85,8 @@ extern nat countBlocks(bdescr *); /* * These three are used by the garbage collector when we have - * dynamically-linked object modules. (see ClosureMacros.h, - * IS_CODE_PTR etc.). + * dynamically-linked object modules. (see Storage.h, + * IS_DATA_PTR etc.). * Defined in Linker.c. */ int is_dynamically_loaded_code_or_rodata_ptr ( void* p ); -- 1.7.10.4