diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-15 03:01:38 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-15 11:36:22 +0200 |
commit | 3b3e25e36a01df682973c1c72b084fe4c9bbdea8 (patch) | |
tree | 5c7cd39759c83790115b4e404aedaf4ec536271d /i386/intel/pmap.c | |
parent | 8760a60438d4f06b0a65b7fe2719bc39ad02c50d (diff) |
i386: fix typo
* i386/intel/pmap.c: Fix typo.
Diffstat (limited to 'i386/intel/pmap.c')
-rw-r--r-- | i386/intel/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |