Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Fix some typos in comments.
details: https://anonhg.NetBSD.org/src/rev/e7acd693ee0b
branches: trunk
changeset: 511675:e7acd693ee0b
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Jun 24 10:18:13 2001 +0000
description:
Fix some typos in comments.
diffstat:
sys/dev/scsipi/scsi_changer.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 83c377e4d4d4 -r e7acd693ee0b sys/dev/scsipi/scsi_changer.h
--- a/sys/dev/scsipi/scsi_changer.h Sun Jun 24 07:32:20 2001 +0000
+++ b/sys/dev/scsipi/scsi_changer.h Sun Jun 24 10:18:13 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsi_changer.h,v 1.14 1999/09/09 23:24:12 thorpej Exp $ */
+/* $NetBSD: scsi_changer.h,v 1.15 2001/06/24 10:18:13 wiz Exp $ */
/*
* Copyright (c) 1996, 1999 Jason R. Thorpe <thorpej%and.com@localhost>
@@ -310,7 +310,7 @@
/*
* Device capabilities page.
*
- * This page defines characteristics of the elemenet types in the
+ * This page defines characteristics of the element types in the
* medium changer device.
*
* Note in the definitions below, the following abbreviations are
@@ -318,7 +318,7 @@
* MT Medium transport element (picker)
* ST Storage transport element (slot)
* IE Import/export element (portal)
- * DT Data tranfer element (tape/disk drive)
+ * DT Data transfer element (tape/disk drive)
*/
struct page_device_capabilities {
u_int8_t pg_code; /* page code (0x1f) */
@@ -369,7 +369,7 @@
};
/*
- * Medium changer elemement address assignment page.
+ * Medium changer element address assignment page.
*
* Some of these fields can be a little confusing, so an explanation
* is in order.
@@ -421,7 +421,7 @@
/* First data transfer element address */
u_int8_t fdtea[2];
- /* Number of data trafer elements */
+ /* Number of data transfer elements */
u_int8_t ndte[2];
u_int8_t reserved[2];
Home |
Main Index |
Thread Index |
Old Index