mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[NTOSKRNL]: Fix typo.
svn path=/trunk/; revision=57034
This commit is contained in:
@@ -1742,7 +1742,7 @@ UserFault:
|
||||
{
|
||||
/* Get the protection code and check if this is a proto PTE */
|
||||
ProtectionCode = TempPte.u.Soft.Protection;
|
||||
DPRINT1("Code: %lx\n", ProtecitonCode);
|
||||
DPRINT1("Code: %lx\n", ProtectionCode);
|
||||
if (TempPte.u.Soft.Prototype)
|
||||
{
|
||||
/* Do we need to go find the real PTE? */
|
||||
|
||||
Reference in New Issue
Block a user