From ac53928d2c3990e3a319aa170d63b499657db655 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Mon, 25 Feb 2008 14:25:15 +0000 Subject: [PATCH] fix a typo svn path=/trunk/; revision=32479 --- reactos/drivers/video/videoprt/int10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/video/videoprt/int10.c b/reactos/drivers/video/videoprt/int10.c index 069f7024c36..257bec06d1e 100644 --- a/reactos/drivers/video/videoprt/int10.c +++ b/reactos/drivers/video/videoprt/int10.c @@ -161,7 +161,7 @@ IntInt10CallBios( /* Clear the context */ RtlZeroMemory(&BiosContext, sizeof(CONTEXT)); - /* Fil out the bios arguments */ + /* Fill out the bios arguments */ BiosContext.Eax = BiosArguments->Eax; BiosContext.Ebx = BiosArguments->Ebx; BiosContext.Ecx = BiosArguments->Ecx;