Francois Gouget : jscript: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Tue Jun 6 15:23:30 CDT 2017


Module: wine
Branch: master
Commit: 5c8c4d92f6e09ea2ba0c17da5a3d3fea75a13513
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5c8c4d92f6e09ea2ba0c17da5a3d3fea75a13513

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun  4 11:39:35 2017 +0200

jscript: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/jscript/compile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/jscript/compile.c b/dlls/jscript/compile.c
index 61c4077..cbc360f 100644
--- a/dlls/jscript/compile.c
+++ b/dlls/jscript/compile.c
@@ -1743,7 +1743,7 @@ static HRESULT compile_try_statement(compiler_ctx_t *ctx, try_statement_t *stat)
     if(stat->finally_statement) {
         /*
          * finally block expects two elements on the stack, which may be:
-         * - (true, return_addr) set by OP_pop_except, OP_end_finally jumps back to passed addres
+         * - (true, return_addr) set by OP_pop_except, OP_end_finally jumps back to passed address
          * - (false, exception_value) set when unwinding an exception, which OP_end_finally rethrows
          */
         finally_off = ctx->code_off;




More information about the wine-cvs mailing list