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:
@@ -128,7 +128,7 @@
|
|||||||
/**
|
/**
|
||||||
* Several opcodes (mostly call and assignment opcodes) have
|
* Several opcodes (mostly call and assignment opcodes) have
|
||||||
* two forms: one which does not push a return value onto
|
* 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
|
* the return value of these opcodes are often not used
|
||||||
* and the first form provides smaller byte code.
|
* and the first form provides smaller byte code.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user