Skip to content

Commit 6d748b4

Browse files
Merge branch 'PHP-7.1'
2 parents 7ea854b + ccc35d1 commit 6d748b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_cfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ int zend_cfg_identify_loops(const zend_op_array *op_array, zend_cfg *cfg, uint32
778778
ZEND_WORKLIST_ALLOCA(&work, cfg->blocks_count, list_use_heap);
779779

780780
/* We don't materialize the DJ spanning tree explicitly, as we are only interested in ancestor
781-
* querties. These are implemented by checking entry/exit times of the DFS search. */
781+
* queries. These are implemented by checking entry/exit times of the DFS search. */
782782
entry_times = do_alloca(2 * sizeof(int) * cfg->blocks_count, tree_use_heap);
783783
exit_times = entry_times + cfg->blocks_count;
784784
memset(entry_times, -1, 2 * sizeof(int) * cfg->blocks_count);

0 commit comments

Comments
 (0)