summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-09-06 14:44:20 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-09-06 14:44:20 +0000
commit002080b0d1b8aa3d1def96be6b003a01dd07b674 (patch)
tree615475780eb0d7ddc3b540cfe9a164aec9b11dea /sys
parent5f8ff62c17fcb046e956c1e9d04a80768e8ab52e (diff)
- spello, short-hand -> shorthand
ok miod@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hp300/dev/hpibvar.h4
-rw-r--r--sys/arch/i386/include/pte.h4
-rw-r--r--sys/arch/sparc/dev/xy.c6
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hp300/dev/hpibvar.h b/sys/arch/hp300/dev/hpibvar.h
index b6eaedb937c..b8c7e93b097 100644
--- a/sys/arch/hp300/dev/hpibvar.h
+++ b/sys/arch/hp300/dev/hpibvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hpibvar.h,v 1.10 2005/11/18 00:09:15 miod Exp $ */
+/* $OpenBSD: hpibvar.h,v 1.11 2010/09/06 14:44:18 jasper Exp $ */
/* $NetBSD: hpibvar.h,v 1.10 1997/03/31 07:34:25 scottr Exp $ */
/*
@@ -105,7 +105,7 @@ struct hpibbus_attach_args {
int ha_punit; /* physical unit on slave */
};
-/* Locator short-hand */
+/* Locator shorthand */
#define hpibbuscf_slave cf_loc[0]
#define hpibbuscf_punit cf_loc[1]
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 */
diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c
index 2ff2a53d9a3..457518bb6df 100644
--- a/sys/arch/sparc/dev/xy.c
+++ b/sys/arch/sparc/dev/xy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xy.c,v 1.46 2010/08/28 20:23:22 matthew Exp $ */
+/* $OpenBSD: xy.c,v 1.47 2010/09/06 14:44:19 jasper Exp $ */
/* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */
/*
@@ -390,8 +390,8 @@ xycattach(parent, self, aux)
xyc->iopbase[lcv].relo = 1; /* always the same */
xyc->iopbase[lcv].thro = XY_THRO;/* always the same */
}
- xyc->ciorq = &xyc->reqs[XYC_CTLIOPB]; /* short hand name */
- xyc->ciopb = &xyc->iopbase[XYC_CTLIOPB]; /* short hand name */
+ xyc->ciorq = &xyc->reqs[XYC_CTLIOPB]; /* shorthand name */
+ xyc->ciopb = &xyc->iopbase[XYC_CTLIOPB]; /* shorthand name */
xyc->xy_hand = 0;
/* read controller parameters and insure we have a 450/451 */