Skip to content

Commit 3e045d5

Browse files
committed
Fix grammar in the jit's README.md
For GH-5585
1 parent 27b849e commit 3e045d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This converts the PHP Virtual Machine's opcodes into x64/x86 assembly,
66
on POSIX platforms and Windows.
77

88
It generates native code directly from PHP byte-code and information collected
9-
by SSA static analysis framework (a part of the opcache optimizer).
9+
by the SSA static analysis framework (a part of the opcache optimizer).
1010
Code is usually generated separately for each PHP byte-code instruction. Only
1111
a few combinations are considered together (e.g. compare + conditional jump).
1212

0 commit comments

Comments
 (0)