summaryrefslogtreecommitdiff
path: root/sys/arch/kbus/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/kbus/dev')
-rw-r--r--sys/arch/kbus/dev/sbic.c4
-rw-r--r--sys/arch/kbus/dev/xd.c2
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)