summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-29 13:12:23 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-02-29 13:12:23 +0000
commitae8f5c38ed6646b28514a4b1eccf7b8a0b3dafcf (patch)
treee2f1501e576df46dc95891ed9595589319753dc1 /sys/scsi/scsi_base.c
parentdd7e0a8e3412a75bdc52ac7ba9de60bcf8e7d3bc (diff)
Fix typo in comment
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r--sys/scsi/scsi_base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index 7eb3c5ecc45..aa1bd6e86aa 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: scsi_base.c,v 1.6 1996/02/29 13:12:22 niklas Exp $ */
/* $NetBSD: scsi_base.c,v 1.33 1996/02/14 21:47:14 christos Exp $ */
/*
@@ -422,7 +423,7 @@ retry:
* TRY_AGAIN_LATER, (as for polling)
* After the wakeup, we must still check if it succeeded
*
- * If we have a bp however, all the error proccessing
+ * If we have a bp however, all the error processing
* and the buffer code both expect us to return straight
* to them, so as soon as the command is queued, return
*/