From 3b3e25e36a01df682973c1c72b084fe4c9bbdea8 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 15 Jul 2015 03:01:38 +0200 Subject: i386: fix typo * i386/intel/pmap.c: Fix typo. --- i386/intel/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 62b33cf..dc9f360 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -166,7 +166,7 @@ vm_offset_t kernel_virtual_end; #define unlock_pvh_pai(pai) (bit_unlock(pai, pv_lock_table)) /* - * Array of physical page attribites for managed pages. + * Array of physical page attributes for managed pages. * One byte per physical page. */ char *pmap_phys_attributes; -- cgit v1.2.3