diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /sys/arch/kbus | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'sys/arch/kbus')
-rw-r--r-- | sys/arch/kbus/dev/sbic.c | 4 | ||||
-rw-r--r-- | sys/arch/kbus/dev/xd.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/kbus/dev/sbic.c b/sys/arch/kbus/dev/sbic.c index 35caf51c4e6..676c9e40f72 100644 --- a/sys/arch/kbus/dev/sbic.c +++ b/sys/arch/kbus/dev/sbic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbic.c,v 1.3 2000/01/10 03:55:36 millert Exp $ */ +/* $OpenBSD: sbic.c,v 1.4 2000/11/10 15:33:06 provos Exp $ */ /* $NetBSD: sbic.c,v 1.28 1996/10/13 03:07:29 christos Exp $ */ /* @@ -1056,7 +1056,7 @@ sbicselectbus(dev, regs, target, lun, our_addr) SET_SBIC_cmd(regs, SBIC_CMD_SEL_ATN); /* - * wait for select (merged from seperate function may need + * wait for select (merged from separate function may need * cleanup) */ WAIT_CIP(regs); diff --git a/sys/arch/kbus/dev/xd.c b/sys/arch/kbus/dev/xd.c index c4c8a9793c9..2235fb64a40 100644 --- a/sys/arch/kbus/dev/xd.c +++ b/sys/arch/kbus/dev/xd.c @@ -1262,7 +1262,7 @@ xdc_rqtopb(iorq, iopb, cmd, subfun) /* * xdc_cmd: front end for POLL'd and WAIT'd commands. Returns rqno. * If you've already got an IORQ, you can call submit directly (currently - * there is no need to do this). NORM requests are handled seperately. + * there is no need to do this). NORM requests are handled separately. */ int xdc_cmd(xdcsc, cmd, subfn, unit, block, scnt, dptr, fullmode) |