summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-11-10 15:33:16 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-11-10 15:33:16 +0000
commit5e5c20b4986d64cf4b989750655ce99a581ee745 (patch)
tree454d7edecf7d8c42395d523edcb4da46a285da42 /sys/arch/sparc
parentfa37968b43055a44587325acd7d958a96fc4e5a7 (diff)
seperate -> separate, okay aaron@
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/dev/xd.c4
-rw-r--r--sys/arch/sparc/dev/xy.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c
index 6158e0f9a94..32b4e0ce490 100644
--- a/sys/arch/sparc/dev/xd.c
+++ b/sys/arch/sparc/dev/xd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xd.c,v 1.15 2000/07/04 13:15:12 art Exp $ */
+/* $OpenBSD: xd.c,v 1.16 2000/11/10 15:33:07 provos Exp $ */
/* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */
/*
@@ -1309,7 +1309,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)
diff --git a/sys/arch/sparc/dev/xy.c b/sys/arch/sparc/dev/xy.c
index bfc8f5efc8f..f39044c9a06 100644
--- a/sys/arch/sparc/dev/xy.c
+++ b/sys/arch/sparc/dev/xy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xy.c,v 1.13 1999/07/09 21:34:46 art Exp $ */
+/* $OpenBSD: xy.c,v 1.14 2000/11/10 15:33:07 provos Exp $ */
/* $NetBSD: xy.c,v 1.26 1997/07/19 21:43:56 pk Exp $ */
/*
@@ -1196,7 +1196,7 @@ int del;
/*
* xyc_cmd: front end for POLL'd and WAIT'd commands. Returns 0 or error.
- * note that NORM requests are handled seperately.
+ * note that NORM requests are handled separately.
*/
int
xyc_cmd(xycsc, cmd, subfn, unit, block, scnt, dptr, fullmode)