From: mental Date: Wed, 15 Mar 2006 04:26:07 +0000 (+0000) Subject: minor comment tweak X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=0e18f9625d53dc9cc27d7f7919abbc57a775b578;p=inkscape.git minor comment tweak --- diff --git a/src/gc-anchored.h b/src/gc-anchored.h index f9d609074..214f26a70 100644 --- a/src/gc-anchored.h +++ b/src/gc-anchored.h @@ -40,7 +40,7 @@ namespace GC { * * Note that a cycle involving an anchored object (with nonzero refcount) * cannot be collected. To avoid this, don't increment refcounts for - * pointers between two garbage-collected objects. + * pointers between two GC-managed objects. * * @see Inkscape::GC::Managed * @see Inkscape::GC::Finalized