André Hentschel : winedbg: Fix a typo.
Module: wine Branch: master Commit: db8d76034d7125415ddcb0ca5896ea1e73db6bf6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=db8d76034d7125415ddcb0ca58... Author: André Hentschel <nerv(a)dawncrow.de> Date: Sun Mar 25 12:33:49 2012 +0200 winedbg: Fix a typo. --- 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)
participants (1)
-
Alexandre Julliard