From 002080b0d1b8aa3d1def96be6b003a01dd07b674 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Mon, 6 Sep 2010 14:44:20 +0000 Subject: - spello, short-hand -> shorthand ok miod@ --- sys/arch/i386/include/pte.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/include/pte.h') 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 */ -- cgit v1.2.3