Author: cwittich
Date: Mon Feb 25 17:25:15 2008
New Revision: 32479
URL:
http://svn.reactos.org/svn/reactos?rev=32479&view=rev
Log:
fix a typo
Modified:
trunk/reactos/drivers/video/videoprt/int10.c
Modified: trunk/reactos/drivers/video/videoprt/int10.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/videoprt/int…
==============================================================================
--- trunk/reactos/drivers/video/videoprt/int10.c (original)
+++ trunk/reactos/drivers/video/videoprt/int10.c Mon Feb 25 17:25:15 2008
@@ -161,7 +161,7 @@
/* 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;