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;