From d563ce925a27714445f1fb875e0359aa5b625661 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 23 Jun 2015 22:21:47 -0700 Subject: [PATCH] Typo --- tests/pc/vga/L23-1.ASM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pc/vga/L23-1.ASM b/tests/pc/vga/L23-1.ASM index 8c938f61d..ff8a72f6d 100644 --- a/tests/pc/vga/L23-1.ASM +++ b/tests/pc/vga/L23-1.ASM @@ -329,7 +329,7 @@ MoveBall: mov al,[HPan] out dx,al ;set new pel panning ; -; Flip the page to draw to to the undisplayed page. +; Flip the page to draw to the undisplayed page. ; xor [CurrentPage],1 jnz IsPage1