From 6449f01c7d2f498acdbf61a329aadcbc437e509f Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Fri, 3 Aug 2012 11:36:43 +0000 Subject: [PATCH] [NTOSKRNL]: Fix typo. svn path=/trunk/; revision=57034 --- reactos/ntoskrnl/mm/ARM3/pagfault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/mm/ARM3/pagfault.c b/reactos/ntoskrnl/mm/ARM3/pagfault.c index 396a91764b3..96e884e2336 100644 --- a/reactos/ntoskrnl/mm/ARM3/pagfault.c +++ b/reactos/ntoskrnl/mm/ARM3/pagfault.c @@ -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? */