winedbg: Update a comment

André Hentschel nerv at dawncrow.de
Sun May 8 14:21:48 CDT 2011


---
 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 904581d..c294f2d 100644
--- a/programs/winedbg/be_i386.c
+++ b/programs/winedbg/be_i386.c
@@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
 
 #ifdef __i386__
 
-  /* debugger/db_disasm.c */
+  /* db_disasm.c */
 extern void             be_i386_disasm_one_insn(ADDRESS64* addr, int display);
 
 #define STEP_FLAG 0x00000100 /* single step flag */
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list