diff --git a/docs/source/core/data-structures/reference-counting.rst b/docs/source/core/data-structures/reference-counting.rst index 77432f249967f..6895d5d682a80 100644 --- a/docs/source/core/data-structures/reference-counting.rst +++ b/docs/source/core/data-structures/reference-counting.rst @@ -223,6 +223,6 @@ own allocator. Usually, such values are alive for the entire lifetime of the pro being freed at the end of the request. See the `Zend allocator `_ chapter for more information. -The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``CG_PERSISTENT`` value is only accessibly in one +The ``GC_PERSISTENT_LOCAL`` flag indicates that a ``GC_PERSISTENT`` value is only accessible in one thread, and is thus still safe to modify. This flag is only used in debug builds to satisfy an ``assert``.