Fix two typos in comments. From OpenBSD.
This commit is contained in:
parent
0b6819637f
commit
654db6f5fc
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: scsiio.h,v 1.10 2001/07/18 20:20:16 bouyer Exp $ */
|
||||
/* $NetBSD: scsiio.h,v 1.11 2002/07/10 21:56:42 wiz Exp $ */
|
||||
|
||||
#ifndef _SYS_SCSIIO_H_
|
||||
#define _SYS_SCSIIO_H_
|
||||
@ -25,7 +25,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
|
||||
@ -73,7 +73,7 @@ struct scsi_addr {
|
||||
|
||||
#define SCIOCIDENTIFY _IOR('Q', 4, struct scsi_addr) /* where are you? */
|
||||
#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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user