From 47908cc3711dbef76fce91cb5a05d14060af2021 Mon Sep 17 00:00:00 2001 From: Tony Lawrence Date: Thu, 17 Nov 2022 21:06:39 -0500 Subject: [PATCH] PDP11: More correction in RK help text (per Paul Koning) --- PDP11/pdp11_rk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP11/pdp11_rk.c b/PDP11/pdp11_rk.c index 64343dc6..2d34d286 100644 --- a/PDP11/pdp11_rk.c +++ b/PDP11/pdp11_rk.c @@ -1014,7 +1014,7 @@ const char *const text = " the RK11-D (There's also a -E for the PDP-15.). The -C is described in\n" " the 1972 PDP11 Peripherals handbook. In that controller, RKDS<11>\n" " distinguishes an RK02 (low density, 128 words/sector) drive from an RK03\n" -" (high density, 256 words/drive).\n" +" (high density, 256 words/sector).\n" "\n" " By 1973, the RK11-C had been superseded by the RK11-D. The RK11-D only\n" " supports high density drives: the RK03 Diablo drive, and the RK05 DEC\n"