summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorROVAST <rovast@163.com>2019-04-10 10:45:13 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-10 10:45:13 +0200
commit231fecee273fe8a2f0570cf58b18fa149a9cd0fa (patch)
tree6914f6dba0b92ce4f4aebe46787c351f39effdf1 /Zend
parentd50dcbe659e6d5cbe1a7516957431b299e45465c (diff)
downloadphp-git-231fecee273fe8a2f0570cf58b18fa149a9cd0fa.tar.gz
fix a spell mistake
possbile => possible
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_gc.c b/Zend/zend_gc.c
index edb952c2cd..7ed3078ed1 100644
--- a/Zend/zend_gc.c
+++ b/Zend/zend_gc.c
@@ -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.