From 654db6f5fc23a11baa7541edcad96ff70097a24e Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 10 Jul 2002 21:56:42 +0000 Subject: [PATCH] Fix two typos in comments. From OpenBSD. --- sys/sys/scsiio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/scsiio.h b/sys/sys/scsiio.h index acf509bd7565..7e4173e603c1 100644 --- a/sys/sys/scsiio.h +++ b/sys/sys/scsiio.h @@ -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 */