mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
fix a typo
svn path=/trunk/; revision=32479
This commit is contained in:
parent
28aac8858c
commit
ac53928d2c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ IntInt10CallBios(
|
||||||
/* Clear the context */
|
/* Clear the context */
|
||||||
RtlZeroMemory(&BiosContext, sizeof(CONTEXT));
|
RtlZeroMemory(&BiosContext, sizeof(CONTEXT));
|
||||||
|
|
||||||
/* Fil out the bios arguments */
|
/* Fill out the bios arguments */
|
||||||
BiosContext.Eax = BiosArguments->Eax;
|
BiosContext.Eax = BiosArguments->Eax;
|
||||||
BiosContext.Ebx = BiosArguments->Ebx;
|
BiosContext.Ebx = BiosArguments->Ebx;
|
||||||
BiosContext.Ecx = BiosArguments->Ecx;
|
BiosContext.Ecx = BiosArguments->Ecx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue