summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-18 11:29:05 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-18 11:29:05 +0200
commit583616deb141c4c56f94bc3bac454725a538cb50 (patch)
treeac5c2ebad14b76dea0cececda37fb4c84f0f5187 /Zend/zend.h
parent0c3561892b1f396620bee520f69bd904e2b76dc1 (diff)
downloadphp-git-583616deb141c4c56f94bc3bac454725a538cb50.tar.gz
[ci skip] Fix typo in comment
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 0d19331bd1..5ce07cb581 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -139,7 +139,7 @@ struct _zend_class_entry {
union _zend_function *serialize_func;
union _zend_function *unserialize_func;
- /* allocated only if class implements Itetrator or IteratorAggregate interface */
+ /* allocated only if class implements Iterator or IteratorAggregate interface */
zend_class_iterator_funcs *iterator_funcs_ptr;
/* handlers */