File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ typedef struct _zend_gc_globals {
106
106
gc_root_buffer * first_unused ; /* pointer to first unused buffer */
107
107
gc_root_buffer * last_unused ; /* pointer to last unused buffer */
108
108
109
- zval_gc_info * zval_to_free ; /* temporaryt list of zvals to free */
109
+ zval_gc_info * zval_to_free ; /* temporary list of zvals to free */
110
110
zval_gc_info * free_list ;
111
111
zval_gc_info * next_to_free ;
112
112
@@ -199,7 +199,7 @@ static zend_always_inline void gc_remove_from_buffer(gc_root_buffer *root TSRMLS
199
199
GC_ZVAL_INIT(z); \
200
200
} while (0)
201
201
202
- /* The following macroses override macroses from zend_alloc.h */
202
+ /* The following macros override macros from zend_alloc.h */
203
203
#undef ALLOC_ZVAL
204
204
#define ALLOC_ZVAL (z ) \
205
205
do { \
You can’t perform that action at this time.
0 commit comments