From f1bb1487e43cbc12a1a6a0023589d55a27d43d52 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 22 Dec 2016 09:57:16 -0800 Subject: [PATCH] More documentation corrections --- modules/pdp11/lib/bus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pdp11/lib/bus.js b/modules/pdp11/lib/bus.js index 10d12bfdc..276006ee3 100644 --- a/modules/pdp11/lib/bus.js +++ b/modules/pdp11/lib/bus.js @@ -982,7 +982,7 @@ class BusPDP11 extends Component { var fnWriteWord = afn[3]? afn[3].bind(component) : null; /* - * As discussed in the IOController comments above, when handlers are being registered for these + * As discussed in the IOController comments below, when handlers are being registered for these * BYTE-granular UNIBUS addresses, we must install custom fallback handlers for all BYTE accesses. */ if (addr >= PDP11.UNIBUS.R0SET0 && addr <= PDP11.UNIBUS.R6USER) {