From db8d76034d7125415ddcb0ca5896ea1e73db6bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Sun, 25 Mar 2012 12:33:49 +0200 Subject: [PATCH] winedbg: Fix a typo. --- programs/winedbg/db_disasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winedbg/db_disasm.c b/programs/winedbg/db_disasm.c index e2270fc73f0..c745617e690 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)