winedbg: Fix a typo

André Hentschel nerv at dawncrow.de
Sun Mar 25 05:33:49 CDT 2012


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

diff --git a/programs/winedbg/db_disasm.c b/programs/winedbg/db_disasm.c
index e2270fc..c745617 100644
--- a/programs/winedbg/db_disasm.c
+++ b/programs/winedbg/db_disasm.c
@@ -1334,7 +1334,7 @@ void be_i386_disasm_one_insn(ADDRESS64 *addr, int display)
 	struct i_addr	address;
 
 	/*
-	 * Set this so we get can suppress the printout if we need to.
+         * Set this so we can suppress the printout if we need to.
 	 */
 	db_display = display;
         switch (addr->Mode)
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list