From 2bbbbade9b02425bcfae4459b8551f873757ea15 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Thu, 19 Nov 2020 08:22:15 -0500 Subject: [PATCH] KA10: Cleanup typos in debug help. --- PDP10/kl10_nia.c | 2 +- PDP10/kx10_cpu.c | 2 +- PDP10/kx10_imp.c | 2 +- PDP10/kx10_sys.c | 4 ++-- PDP10/pdp6_dtc.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PDP10/kl10_nia.c b/PDP10/kl10_nia.c index 2b778f0..b1972e6 100644 --- a/PDP10/kl10_nia.c +++ b/PDP10/kl10_nia.c @@ -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) diff --git a/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index 3be6871..5cbf0be 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -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} }; diff --git a/PDP10/kx10_imp.c b/PDP10/kx10_imp.c index 304bb98..c4bcc71 100644 --- a/PDP10/kx10_imp.c +++ b/PDP10/kx10_imp.c @@ -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) diff --git a/PDP10/kx10_sys.c b/PDP10/kx10_sys.c index 31538a0..2204e2b 100644 --- a/PDP10/kx10_sys.c +++ b/PDP10/kx10_sys.c @@ -232,7 +232,7 @@ DEBTAB dev_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"}, {0, 0} }; @@ -244,7 +244,7 @@ DEBTAB crd_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"}, {"CARD", DEBUG_CARD, "Show Card read/punches"}, {0, 0} diff --git a/PDP10/pdp6_dtc.c b/PDP10/pdp6_dtc.c index 447b92e..6490abe 100644 --- a/PDP10/pdp6_dtc.c +++ b/PDP10/pdp6_dtc.c @@ -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 },