jscript: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Sun Jun 4 04:39:35 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 61c4077f013..cbc360f1b76 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;
-- 
2.11.0




More information about the wine-patches mailing list