Skip to content

Commit

Permalink
type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 27, 2020
1 parent 9aa5967 commit d9f5c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/jit/zend_jit_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit d9f5c44

Please sign in to comment.