]> granicus.if.org Git - php/commitdiff
Fix grammar in the jit's README.md
authorTyson Andre <tysonandre775@hotmail.com>
Wed, 20 May 2020 14:01:34 +0000 (10:01 -0400)
committerTyson Andre <tysonandre775@hotmail.com>
Wed, 20 May 2020 14:01:34 +0000 (10:01 -0400)
For GH-5585

ext/opcache/jit/README.md

index 834ecc390de42d440f28a23fa8530fe92b62d711..2cc08d2827a235a7d0ae0d79d21d3f114981b30b 100644 (file)
@@ -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).