diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-01-09 17:36:35 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-01-09 17:36:35 +0000 |
commit | 5b45b351807ce4d3b5ae082620cc76fa63da8f63 (patch) | |
tree | 3307603ee550f1c195904e8d4091bbd38d00bc43 /sys | |
parent | b4d4e0751d88d59c564114381fa793c6418d1038 (diff) |
Typo: dome -> some
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsi_all.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index f4c163f487d..dd6494758ec 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.7 2000/02/21 08:18:31 mjacob Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.8 2001/01/09 17:36:34 krw Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -30,7 +30,7 @@ */ /* - * Define dome bits that are in ALL (or a lot of) scsi commands + * Define some bits that are in ALL (or a lot of) scsi commands */ #define SCSI_CTL_LINK 0x01 #define SCSI_CTL_FLAG 0x02 |