mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix typo in the byte code documentation. (#2545)
JerryScript-DCO-1.0-Signed-off-by: Daniel Vince vinced@inf.u-szeged.hu
This commit is contained in:
parent
7717d2ee27
commit
e12d015bd2
@ -128,7 +128,7 @@
|
||||
/**
|
||||
* Several opcodes (mostly call and assignment opcodes) have
|
||||
* two forms: one which does not push a return value onto
|
||||
* the stack, and another which does. The reasion is that
|
||||
* the stack, and another which does. The reason is that
|
||||
* the return value of these opcodes are often not used
|
||||
* and the first form provides smaller byte code.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user