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:
Daniel Vince 2018-10-01 12:19:42 +02:00 committed by Akos Kiss
parent 7717d2ee27
commit e12d015bd2

View File

@ -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.
*