summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-26 15:07:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-26 15:07:27 +0000
commit260d45a96f5022ff2a00a0e7965a5fc1b0f76d88 (patch)
tree25c21288b8bc9ae7d625e0ea1a4a8dc281370627 /sys/arch/hp300
parentd7f376e6891f37ab941afe8e6aafa8a5aa128fd7 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/dev/scsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/scsi.c b/sys/arch/hp300/dev/scsi.c
index 50fed565e99..2492ba758d0 100644
--- a/sys/arch/hp300/dev/scsi.c
+++ b/sys/arch/hp300/dev/scsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi.c,v 1.15 2003/06/02 23:27:45 millert Exp $ */
+/* $OpenBSD: scsi.c,v 1.16 2003/10/26 15:07:25 jmc Exp $ */
/* $NetBSD: scsi.c,v 1.21 1997/05/05 21:08:26 thorpej Exp $ */
/*
@@ -950,7 +950,7 @@ finishxfer(hs, hd, target)
* The following delay is definitely needed when trying to
* write on a write protected disk (in the optical jukebox anyways),
* but we shall see if other unexplained machine freezeups
- * also stop occuring... A value of 5 seems to work but
+ * also stop occurring... A value of 5 seems to work but
* 10 seems safer considering the potential consequences.
*/
DELAY(10);