diff options
author | 1996-02-29 13:12:22 +0000 | |
---|---|---|
committer | 1996-02-29 13:12:22 +0000 | |
commit | edd3f88c3648e7897af2aaa2cce8dd86affec1bc (patch) | |
tree | f169d0284fe873695b2cac6b1f7e00b7ca93c8e2 /sys | |
parent | Reinstate $NetBSD$ headers (we want them for tracking purposes) (diff) | |
download | wireguard-openbsd-edd3f88c3648e7897af2aaa2cce8dd86affec1bc.tar.xz wireguard-openbsd-edd3f88c3648e7897af2aaa2cce8dd86affec1bc.zip |
Fix typo in comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsi_base.c | 3 |
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 */ |