Skip to content

Commit d9f5c44

Browse files
committed
type in comment
1 parent 9aa5967 commit d9f5c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@ static int zend_jit_trace_deoptimization(dasm_State **Dst,
27082708
return 0;
27092709
}
27102710
} else {
2711-
/* delay custom deoptimization instructions to prevent register cpobbering */
2711+
/* delay custom deoptimization instructions to prevent register clobbering */
27122712
has_constants = 1;
27132713
}
27142714
}

0 commit comments

Comments
 (0)