summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/opcache/jit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/jit/README.md b/ext/opcache/jit/README.md
index 834ecc390d..2cc08d2827 100644
--- a/ext/opcache/jit/README.md
+++ b/ext/opcache/jit/README.md
@@ -6,7 +6,7 @@ This converts the PHP Virtual Machine's opcodes into x64/x86 assembly,
on POSIX platforms and Windows.
It generates native code directly from PHP byte-code and information collected
-by SSA static analysis framework (a part of the opcache optimizer).
+by the SSA static analysis framework (a part of the opcache optimizer).
Code is usually generated separately for each PHP byte-code instruction. Only
a few combinations are considered together (e.g. compare + conditional jump).