mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTOSKRNL]: Fix typo.
svn path=/trunk/; revision=57034
This commit is contained in:
parent
266eb48d75
commit
6449f01c7d
1 changed files with 1 additions and 1 deletions
|
@ -1742,7 +1742,7 @@ UserFault:
|
||||||
{
|
{
|
||||||
/* Get the protection code and check if this is a proto PTE */
|
/* Get the protection code and check if this is a proto PTE */
|
||||||
ProtectionCode = TempPte.u.Soft.Protection;
|
ProtectionCode = TempPte.u.Soft.Protection;
|
||||||
DPRINT1("Code: %lx\n", ProtecitonCode);
|
DPRINT1("Code: %lx\n", ProtectionCode);
|
||||||
if (TempPte.u.Soft.Prototype)
|
if (TempPte.u.Soft.Prototype)
|
||||||
{
|
{
|
||||||
/* Do we need to go find the real PTE? */
|
/* Do we need to go find the real PTE? */
|
||||||
|
|
Loading…
Reference in a new issue