diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-09-06 14:44:20 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-09-06 14:44:20 +0000 |
commit | 002080b0d1b8aa3d1def96be6b003a01dd07b674 (patch) | |
tree | 615475780eb0d7ddc3b540cfe9a164aec9b11dea /sys/arch/i386 | |
parent | 5f8ff62c17fcb046e956c1e9d04a80768e8ab52e (diff) |
- spello, short-hand -> shorthand
ok miod@
Diffstat (limited to 'sys/arch/i386')
-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 */ |