Skip to content

Commit 583616d

Browse files
committed
[ci skip] Fix typo in comment
1 parent 0c35618 commit 583616d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ struct _zend_class_entry {
139139
union _zend_function *serialize_func;
140140
union _zend_function *unserialize_func;
141141

142-
/* allocated only if class implements Itetrator or IteratorAggregate interface */
142+
/* allocated only if class implements Iterator or IteratorAggregate interface */
143143
zend_class_iterator_funcs *iterator_funcs_ptr;
144144

145145
/* handlers */

0 commit comments

Comments
 (0)