From: Sebastian Bergmann Date: Tue, 15 Dec 2015 08:16:46 +0000 (+0100) Subject: Fugbix typo X-Git-Tag: php-7.1.0alpha1~634 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29a2c6433985a6bdeb62f25895de815c8f0f914e;p=php Fugbix typo --- diff --git a/ext/opcache/Optimizer/block_pass.c b/ext/opcache/Optimizer/block_pass.c index 47d5166810..c288e00bff 100644 --- a/ext/opcache/Optimizer/block_pass.c +++ b/ext/opcache/Optimizer/block_pass.c @@ -982,7 +982,7 @@ static void assemble_code_blocks(zend_cfg *cfg, zend_op_array *op_array) *opline_num = -1; } - /* rebild map (just for printing) */ + /* rebuild map (just for printing) */ memset(cfg->map, -1, sizeof(int) * op_array->last); for (n = 0; n < cfg->blocks_count; n++) { if (cfg->blocks[n].flags & ZEND_BB_REACHABLE) {