diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php index a25ff9deb573e..9995b0b9a10c0 100644 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -1264,7 +1264,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");