diff options
Diffstat (limited to 'sys/arch/i386/include/pte.h')
-rw-r--r-- | sys/arch/i386/include/pte.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/pte.h b/sys/arch/i386/include/pte.h index c7124f3fdb1..237d14087e4 100644 --- a/sys/arch/i386/include/pte.h +++ b/sys/arch/i386/include/pte.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pte.h,v 1.11 2010/05/08 16:54:08 oga Exp $ */ +/* $OpenBSD: pte.h,v 1.12 2010/09/06 14:44:19 jasper Exp $ */ /* $NetBSD: pte.h,v 1.11 1998/02/06 21:58:05 thorpej Exp $ */ /* @@ -186,7 +186,7 @@ typedef u_int32_t pt_entry_t; /* PTE */ #define PG_UC (PG_WT | PG_N) /* hard UC */ /* - * various short-hand protection codes + * various shorthand protection codes */ #define PG_KR 0x00000000 /* kernel read-only */ |