From: Dmitry Stogov Date: Thu, 20 Jul 2017 20:29:22 +0000 (+0300) Subject: fixed comments X-Git-Tag: php-7.2.0beta2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b2c456312f5d318664ca6616a7d9820eaa7d60f;p=php fixed comments --- 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;