winedbg: Fix a typo.

This commit is contained in:
André Hentschel 2012-03-25 12:33:49 +02:00 committed by Alexandre Julliard
parent d08e89a8d6
commit db8d76034d

View file

@ -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)