From: Ferenc Kovacs Date: Thu, 27 Feb 2014 10:28:46 +0000 (+0100) Subject: typo spotted by Lajos Veres X-Git-Tag: php-5.5.11RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=561843c9731f976f15867a09b906132999c73039;p=php typo spotted by Lajos Veres --- diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php index 98e7f3e045..5da3405dd7 100644 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -1237,7 +1237,7 @@ function gen_vm($def, $skel) { out($f, "# pragma warning(once : 6285)\n"); // Suppress ( || ) warnings on windows out($f, "# pragma warning(once : 6286)\n"); - // Suppress constant with constant comparsion warnings on windows + // Suppress constant with constant comparison warnings on windows out($f, "# pragma warning(once : 6326)\n"); } out($f, "#endif\n");