summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/opcache/Optimizer/zend_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/zend_cfg.h b/ext/opcache/Optimizer/zend_cfg.h
index 9a2a4e5a34..c93308f3e4 100644
--- a/ext/opcache/Optimizer/zend_cfg.h
+++ b/ext/opcache/Optimizer/zend_cfg.h
@@ -86,7 +86,7 @@ typedef struct _zend_basic_block {
typedef struct _zend_cfg {
int blocks_count; /* number of basic blocks */
- int edges_count; /* number of basic blocks */
+ int edges_count; /* number of edges */
zend_basic_block *blocks; /* array of basic blocks */
int *predecessors;
uint32_t *map;