=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: krnl386: Fix typo in a comment.

Alexandre Julliard julliard at winehq.org
Thu Jun 19 14:26:40 CDT 2014


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Jun 19 13:04:06 2014 +0200

krnl386: Fix typo in a comment.

---

 dlls/krnl386.exe16/wowthunk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/krnl386.exe16/wowthunk.c b/dlls/krnl386.exe16/wowthunk.c
index feb882b..1f352bd 100644
--- a/dlls/krnl386.exe16/wowthunk.c
+++ b/dlls/krnl386.exe16/wowthunk.c
@@ -561,7 +561,7 @@ BOOL WINAPI K32WOWCallback16Ex( DWORD vpfn16, DWORD dwFlags,
             __wine_push_frame( &frame );
             __wine_enter_vm86( context );
             __wine_pop_frame( &frame );
-            if (errno != 0)  /* enter_vm86 will fall with ENOSYS on x64 kernels */
+            if (errno != 0)  /* enter_vm86 will fail with ENOSYS on x64 kernels */
             {
                 WARN("__wine_enter_vm86 failed (errno=%d)\n", errno);
                 if (errno == ENOSYS)




More information about the wine-cvs mailing list