diff options
| author | MenTaLguY <mental@rydia.net> | 2006-03-15 04:26:07 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-03-15 04:26:07 +0000 |
| commit | c2be25969d0a4da1f3383110342cb2d20c0f039e (patch) | |
| tree | 92835633d2b8fac881d3c047510b21b5c6a7edc3 /src | |
| parent | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> (diff) | |
| download | inkscape-c2be25969d0a4da1f3383110342cb2d20c0f039e.tar.gz inkscape-c2be25969d0a4da1f3383110342cb2d20c0f039e.zip | |
minor comment tweak
(bzr r242)
Diffstat (limited to 'src')
| -rw-r--r-- | src/gc-anchored.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
