winedbg: Fix a typo in the comment.

Dmitry Timoshkov dmitry at codeweavers.com
Wed Apr 15 03:48:08 CDT 2009


---
 programs/winedbg/be_x86_64.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/be_x86_64.c b/programs/winedbg/be_x86_64.c
index b1315bb..e822012 100644
--- a/programs/winedbg/be_x86_64.c
+++ b/programs/winedbg/be_x86_64.c
@@ -88,7 +88,7 @@ static void be_x86_64_print_context(HANDLE hThread, const CONTEXT* ctx,
     if (ctx->EFlags & 0x00004000) *pt-- = 'N'; /* Nested Task Flag */
     if (ctx->EFlags & 0x00008000) *pt-- = '-';
     if (ctx->EFlags & 0x00010000) *pt-- = 'R'; /* Resume Flag */
-    if (ctx->EFlags & 0x00020000) *pt-- = 'V'; /* Vritual Mode Flag */
+    if (ctx->EFlags & 0x00020000) *pt-- = 'V'; /* Virtual Mode Flag */
     if (ctx->EFlags & 0x00040000) *pt-- = 'a'; /* Alignment Check Flag */
 
     dbg_printf(" rip:%016lx rsp:%016lx rbp:%016lx eflags:%08x (%s)\n",
-- 
1.6.2.2




More information about the wine-patches mailing list