KA10: Cleanup typos in debug help.

This commit is contained in:
Richard Cornwell 2020-11-19 21:20:09 -05:00
parent 9dd46a8b80
commit 435eb0e599
4 changed files with 4 additions and 4 deletions

View file

@ -399,7 +399,7 @@ DEBTAB nia_debug[] = {
{"DETAIL", DEBUG_DETAIL, "Show details about device"},
{"EXP", DEBUG_EXP, "Show exception information"},
{"CONI", DEBUG_CONI, "Show coni instructions"},
{"CONO", DEBUG_CONO, "Show coni instructions"},
{"CONO", DEBUG_CONO, "Show cono instructions"},
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
{"IRQ", DEBUG_IRQ, "Show IRQ requests"},
#define DEBUG_ARP (DEBUG_IRQ<<1)

View file

@ -573,7 +573,7 @@ MTAB cpu_mod[] = {
DEBTAB cpu_debug[] = {
{"IRQ", DEBUG_IRQ, "Debug IRQ requests"},
{"CONI", DEBUG_CONI, "Show coni instructions"},
{"CONO", DEBUG_CONO, "Show coni instructions"},
{"CONO", DEBUG_CONO, "Show cono instructions"},
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
{0, 0}
};

View file

@ -536,7 +536,7 @@ DEBTAB imp_debug[] = {
{"DETAIL", DEBUG_DETAIL, "Show details about device"},
{"EXP", DEBUG_EXP, "Show exception information"},
{"CONI", DEBUG_CONI, "Show coni instructions"},
{"CONO", DEBUG_CONO, "Show coni instructions"},
{"CONO", DEBUG_CONO, "Show cono instructions"},
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
{"IRQ", DEBUG_IRQ, "Show IRQ requests"},
#define DEBUG_DHCP (DEBUG_IRQ<<1)

View file

@ -311,7 +311,7 @@ DEBTAB dtc_deb[] = {
{ "DETAIL", DEBUG_DETAIL, "Show details about device"},
{ "EXP", DEBUG_EXP, "Show exception information"},
{ "CONI", DEBUG_CONI, "Show coni instructions"},
{ "CONO", DEBUG_CONO, "Show coni instructions"},
{ "CONO", DEBUG_CONO, "Show cono instructions"},
{ "DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
{ "MOTION", LOG_MS },
{ "DATA", LOG_RW },