From e14a202918b357f5b3f43a108aa989209791e366 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 24 Jun 2015 20:50:48 -0700 Subject: [PATCH] Typo --- modules/pcjs/lib/video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pcjs/lib/video.js b/modules/pcjs/lib/video.js index e1c6677cf..feb27ac07 100644 --- a/modules/pcjs/lib/video.js +++ b/modules/pcjs/lib/video.js @@ -1147,7 +1147,7 @@ Card.CRTC = { * The OFFSET register (bits 0-7) specifies the logical line width of the screen. The starting memory address * for the next character row is larger than the current character row by two or four times this amount. * The OFFSET register is programmed with a word address. Depending on the method of clocking the CRT Controller, - * this word address is [effectively] either a word or doubleword address. #IBMVGATechRef + * this word address is [effectively] either a word or double-word address. #IBMVGATechRef */ OFFSET: 0x13, UNDERLINE: 0x14,