diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-05-27 23:40:32 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-05-27 23:40:32 +0000 |
commit | 54ef9c76f742dcf7c204222c59dc2e7c7b532b4b (patch) | |
tree | 56dee112e324a48d20fe848f9d7bf0447ada2018 /sys | |
parent | c35e5a30622f86f87b169769c482fee1f632c164 (diff) |
typos
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/scsiio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/scsiio.h b/sys/sys/scsiio.h index 83cffa73d85..adceb238da5 100644 --- a/sys/sys/scsiio.h +++ b/sys/sys/scsiio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiio.h,v 1.5 1999/08/24 01:20:21 csapuntz Exp $ */ +/* $OpenBSD: scsiio.h,v 1.6 2002/05/27 23:40:31 tdeval Exp $ */ /* $NetBSD: scsiio.h,v 1.3 1994/06/29 06:45:09 cgd Exp $ */ #ifndef _SYS_SCSIIO_H_ @@ -26,7 +26,7 @@ typedef struct scsireq { int error; /* error bits */ } scsireq_t; -/* bit defintions for flags */ +/* bit definitions for flags */ #define SCCMD_READ 0x00000001 #define SCCMD_WRITE 0x00000002 #define SCCMD_IOV 0x00000004 @@ -66,7 +66,7 @@ struct scsi_addr { #define OSCIOCREPROBE _IOW('Q', 3, struct oscsi_addr) /* look for new devs */ #define OSCIOCIDENTIFY _IOR('Q', 4, struct oscsi_addr) -#define SCIOCDECONFIG _IO('Q', 5) /* please dissappear */ +#define SCIOCDECONFIG _IO('Q', 5) /* please disappear */ #define SCIOCRECONFIG _IO('Q', 6) /* please check again */ #define SCIOCRESET _IO('Q', 7) /* reset the device */ #define SCIOCREASSIGN _IOW('Q', 8, int) /* reassign block */ |