From: Dmitry Stogov Date: Mon, 27 Jul 2020 08:13:23 +0000 (+0300) Subject: type in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9f5c44d5fd067e3deaf2aa82d368084871c86dd;p=php type in comment --- diff --git a/ext/opcache/jit/zend_jit_trace.c b/ext/opcache/jit/zend_jit_trace.c index 16c809b5af..345bd50418 100644 --- a/ext/opcache/jit/zend_jit_trace.c +++ b/ext/opcache/jit/zend_jit_trace.c @@ -2708,7 +2708,7 @@ static int zend_jit_trace_deoptimization(dasm_State **Dst, return 0; } } else { - /* delay custom deoptimization instructions to prevent register cpobbering */ + /* delay custom deoptimization instructions to prevent register clobbering */ has_constants = 1; } }