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/sparc | |
parent | 5f8ff62c17fcb046e956c1e9d04a80768e8ab52e (diff) |
- spello, short-hand -> shorthand
ok miod@
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/xy.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |