Skip to content

Commit 19b42bd

Browse files
deanistykrakjoe
authored andcommitted
numner => number
1 parent 4abf423 commit 19b42bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ struct _zend_op_array {
376376

377377
int cache_size; /* number of run_time_cache_slots * sizeof(void*) */
378378
int last_var; /* number of CV variables */
379-
uint32_t T; /* numner of temporary variables */
379+
uint32_t T; /* number of temporary variables */
380380
uint32_t last; /* number of opcodes */
381381

382382
zend_op *opcodes;

0 commit comments

Comments
 (0)