summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-11-13 17:06:33 +0000
committereadler <eadler@FreeBSD.org>2011-11-13 17:06:33 +0000
commit6efa0e7f2265e3682b271e87fb8123fb38ce080e (patch)
treea958020d9bc4530e3f765e268516f264430f7f0f /sys/cam
parent26f00733316ea5ae1929508c323b9ce4437bf797 (diff)
downloadFreeBSD-src-6efa0e7f2265e3682b271e87fb8123fb38ce080e.zip
FreeBSD-src-6efa0e7f2265e3682b271e87fb8123fb38ce080e.tar.gz
- fix duplicate "a a" in some comments
Submitted by: eadler Approved by: simon MFC after: 3 days
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_ch.h2
-rw-r--r--sys/cam/scsi/scsi_ses.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_ch.h b/sys/cam/scsi/scsi_ch.h
index d9ca946..5ee2244 100644
--- a/sys/cam/scsi/scsi_ch.h
+++ b/sys/cam/scsi/scsi_ch.h
@@ -359,7 +359,7 @@ struct page_device_capabilities {
* Some of these fields can be a little confusing, so an explanation
* is in order.
*
- * Each component within a a medium changer apparatus is called an
+ * Each component within a medium changer apparatus is called an
* "element".
*
* The "medium transport element address" is the address of the first
diff --git a/sys/cam/scsi/scsi_ses.c b/sys/cam/scsi/scsi_ses.c
index 3f68480..dcc9e4e 100644
--- a/sys/cam/scsi/scsi_ses.c
+++ b/sys/cam/scsi/scsi_ses.c
@@ -714,7 +714,7 @@ ses_log(struct ses_softc *ssc, const char *fmt, ...)
/*
* Is this a device that supports enclosure services?
*
- * It's a a pretty simple ruleset- if it is device type 0x0D (13), it's
+ * It's a pretty simple ruleset- if it is device type 0x0D (13), it's
* an SES device. If it happens to be an old UNISYS SEN device, we can
* handle that too.
*/
OpenPOWER on IntegriCloud