summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gc-anchored.h2
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