From d9f5c44d5fd067e3deaf2aa82d368084871c86dd Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 27 Jul 2020 11:13:23 +0300 Subject: [PATCH] type in comment --- ext/opcache/jit/zend_jit_trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.50.1