fix a typo

svn path=/trunk/; revision=32479
This commit is contained in:
Christoph von Wittich 2008-02-25 14:25:15 +00:00
parent 28aac8858c
commit ac53928d2c

View file

@ -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;