]> granicus.if.org Git - php/commitdiff
typo spotted by Lajos Veres
authorFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 10:28:46 +0000 (11:28 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 10:29:08 +0000 (11:29 +0100)
Zend/zend_vm_gen.php

index 98e7f3e045540650378c67b124436f59114e8f0d..5da3405dd7ad50be4fc5990003d99239dcb1a0ef 100644 (file)
@@ -1237,7 +1237,7 @@ function gen_vm($def, $skel) {
                out($f, "# pragma warning(once : 6285)\n");
                // Suppress (<non-zero constant> || <expression>) 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");