André Hentschel : winedbg: Fix a typo.

Alexandre Julliard julliard at winehq.org
Tue May 3 13:30:55 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon May  2 19:56:37 2011 +0200

winedbg: Fix a typo.

---

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

diff --git a/programs/winedbg/be_i386.c b/programs/winedbg/be_i386.c
index a602c7e..904581d 100644
--- a/programs/winedbg/be_i386.c
+++ b/programs/winedbg/be_i386.c
@@ -145,7 +145,7 @@ static void be_i386_all_print_context(HANDLE hThread, const CONTEXT* ctx)
                (ctx->FloatSave.StatusWord & 0x00000200) >> 9,
                (ctx->FloatSave.StatusWord & 0x00000100) >> 8);
 
-    /* Now pull out hte 3 bit of the TOP stack pointer */
+    /* Now pull out the 3 bit of the TOP stack pointer */
     dbg_printf(" TOP:%01x", (unsigned int) (ctx->FloatSave.StatusWord & 0x00003800) >> 11);
 
     /* Lets analyse the error bits and indicate the status  




More information about the wine-cvs mailing list