From e12d015bd25e003377372eec6cd6c17b392448b6 Mon Sep 17 00:00:00 2001 From: Daniel Vince Date: Mon, 1 Oct 2018 12:19:42 +0200 Subject: [PATCH] Fix typo in the byte code documentation. (#2545) JerryScript-DCO-1.0-Signed-off-by: Daniel Vince vinced@inf.u-szeged.hu --- jerry-core/parser/js/byte-code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jerry-core/parser/js/byte-code.h b/jerry-core/parser/js/byte-code.h index 2d745f075..77623a153 100644 --- a/jerry-core/parser/js/byte-code.h +++ b/jerry-core/parser/js/byte-code.h @@ -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. *