From 58aaf6e7f80c13338b8bc1603d59a56300aa8ab3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 29 Dec 2011 16:59:18 +0100 Subject: Fix typo --- i386/intel/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386/intel/pmap.c') diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 9f34f2d..c448e57 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1587,7 +1587,7 @@ void pmap_page_protect(phys, prot) do { #ifdef MACH_XEN if (!hyp_mmu_update_pte(kv_to_ma(pte), *pte & ~INTEL_PTE_WRITE)) - panic("%s:%d could not enable write on pte %p\n",__FILE__,__LINE__,pte); + panic("%s:%d could not disable write on pte %p\n",__FILE__,__LINE__,pte); #else /* MACH_XEN */ *pte &= ~INTEL_PTE_WRITE; #endif /* MACH_XEN */ -- cgit v1.2.3