summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
diff options
context:
space:
mode:
authorJason Peel <jsyn@cvs.openbsd.org>2002-07-10 20:30:16 +0000
committerJason Peel <jsyn@cvs.openbsd.org>2002-07-10 20:30:16 +0000
commitbea15f9ce66ce449773875180b92d69cfc685f74 (patch)
tree7ce3501e45ee4c02b9d8e894e35fc385e0b51867 /sys/arch/hp300/dev
parentaf55ea6d8d0faa8e558acc4948995dcc65aec1f5 (diff)
'sez' is not an english word; ok deraadt@
Diffstat (limited to 'sys/arch/hp300/dev')
-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 5a8c82740e1..2f492963742 100644
--- a/sys/arch/hp300/dev/scsi.c
+++ b/sys/arch/hp300/dev/scsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi.c,v 1.11 2002/03/14 01:26:30 millert Exp $ */
+/* $OpenBSD: scsi.c,v 1.12 2002/07/10 20:30:14 jsyn Exp $ */
/* $NetBSD: scsi.c,v 1.21 1997/05/05 21:08:26 thorpej Exp $ */
/*
@@ -736,7 +736,7 @@ mxfer_in(hd, len, buf, phase)
hd->scsi_tmod = 0;
for (i = 0; i < len; ++i) {
/*
- * manual sez: reset ATN before ACK is sent.
+ * manual says: reset ATN before ACK is sent.
*/
if (hd->scsi_psns & PSNS_ATN)
hd->scsi_scmd = SCMD_RST_ATN;