--- mon/src/mon.cpp 2000/10/06 00:04:22 1.12 +++ mon/src/mon.cpp 2000/10/08 17:51:58 1.13 @@ -1080,7 +1080,7 @@ void mon_init(void) mon_add_command("d68", disassemble_680x0, "d68 [start [end]] Disassemble 680x0 code\n"); mon_add_command("d80", disassemble_8080, "d80 [start [end]] Disassemble 8080 code\n"); mon_add_command("d86", disassemble_80x86_32, "d86 [start [end]] Disassemble 80x86 (32-bit) code\n"); - mon_add_command("d8086", disassemble_80x86_16, "d86 [start [end]] Disassemble 80x86 (16-bit) code\n"); + mon_add_command("d8086", disassemble_80x86_16, "d8086 [start [end]] Disassemble 80x86 (16-bit) code\n"); mon_add_command(":", modify, ": start string Modify memory\n"); mon_add_command("f", fill, "f start end string Fill memory\n"); mon_add_command("y", apply_byte, "y[b|h|w] start end expr Apply expression to memory\n");