mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix a spell mistake
possbile => possible
This commit is contained in:
parent
d50dcbe659
commit
231fecee27
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
* gc_scan_black will be called on that node to scan it's subgraph.
|
||||
* otherwise (refcount == 0), it marks the node white.
|
||||
*
|
||||
* A node MAY be added to possbile roots when ZEND_UNSET_VAR happens or
|
||||
* A node MAY be added to possible roots when ZEND_UNSET_VAR happens or
|
||||
* zend_assign_to_variable is called only when possible garbage node is
|
||||
* produced.
|
||||
* gc_possible_root() will be called to add the nodes to possible roots.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue