[NTOSKRNL]: Fix typo.

svn path=/trunk/; revision=57034
This commit is contained in:
Alex Ionescu 2012-08-03 11:36:43 +00:00
parent 266eb48d75
commit 6449f01c7d

View file

@ -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? */