From 1db95f8e4674213c24cd6467b83e4170eedf7851 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 29 Apr 2019 11:03:58 +0200 Subject: [PATCH] fixed typo --- ext/opcache/jit/zend_jit_x86.dasc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index f9b91a1e7b..7fa2f1699f 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -6621,7 +6621,7 @@ static int zend_jit_bool_jmpznz(dasm_State **Dst, const zend_op *opline, int b, | jmp =>true_label; } } else { - /* Always FASLE */ + /* Always FALSE */ if (set_bool) { if (set_bool_not) { | SET_ZVAL_TYPE_INFO res_addr, IS_TRUE @@ -6657,7 +6657,7 @@ static int zend_jit_bool_jmpznz(dasm_State **Dst, const zend_op *opline, int b, } } else { if (!(op1_info & (MAY_BE_ANY-(MAY_BE_NULL|MAY_BE_FALSE)))) { - /* Always FASLE */ + /* Always FALSE */ if (set_bool) { if (set_bool_not) { | SET_ZVAL_TYPE_INFO res_addr, IS_TRUE -- 2.40.0