From: sebc Date: Wed, 20 Mar 2002 23:07:02 +0000 (+0000) Subject: [project @ 2002-03-20 23:07:02 by sebc] X-Git-Tag: Approx_11550_changesets_converted~2239 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=120380d59e3171b4f0d5ec8e50b77b545ba38fc5;p=ghc-hetmet.git [project @ 2002-03-20 23:07:02 by sebc] Update a comment only. --- 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 );