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/sparc/dev/xy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/sparc') 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 */ -- cgit v1.2.3