summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-05-20 10:01:34 -0400
committerTyson Andre <tysonandre775@hotmail.com>2020-05-20 10:01:34 -0400
commit3e045d5f2b109cb53c01e626f0c0a668cd16a352 (patch)
tree4ece81c07f4ebac14da9c4922fe0867741e2c769
parent27b849ec9ae4abbcc13302c42c01d2e403801285 (diff)
downloadphp-git-3e045d5f2b109cb53c01e626f0c0a668cd16a352.tar.gz
Fix grammar in the jit's README.md
For GH-5585
-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).