Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Fix two typos in comments. From OpenBSD.
details: https://anonhg.NetBSD.org/src/rev/b82e30076399
branches: trunk
changeset: 533912:b82e30076399
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Jul 10 21:56:42 2002 +0000
description:
Fix two typos in comments. From OpenBSD.
diffstat:
sys/sys/scsiio.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6a96ba4d369d -r b82e30076399 sys/sys/scsiio.h
--- a/sys/sys/scsiio.h Wed Jul 10 21:31:30 2002 +0000
+++ b/sys/sys/scsiio.h Wed Jul 10 21:56:42 2002 +0000
@@ -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 @@
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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index