summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-07-18 12:41:09 +0000
committermav <mav@FreeBSD.org>2012-07-18 12:41:09 +0000
commitb6e3f0ff4904a73825fda38074315db0a222a76b (patch)
treeaa90d53fc8a378af34fa8db993d7d9601f0f9519 /sys/cam
parent89b28f9c697fb391ad46b77f3e8b55d7a7e7dc3b (diff)
downloadFreeBSD-src-b6e3f0ff4904a73825fda38074315db0a222a76b.zip
FreeBSD-src-b6e3f0ff4904a73825fda38074315db0a222a76b.tar.gz
Fix some typos in r238595.
Reported by: brueffer
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_all.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index f3c8e83..a37ae19 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -2197,10 +2197,10 @@ static struct asc_table_entry asc_table[] = {
"Insufficient power for operation") },
/* DT P B */
{ SST(0x55, 0x0C, SS_RDEF, /* XXX TBD */
- "Insufficient reources to create ROD") },
+ "Insufficient resources to create ROD") },
/* DT P B */
{ SST(0x55, 0x0D, SS_RDEF, /* XXX TBD */
- "Insufficient reources to create ROD token") },
+ "Insufficient resources to create ROD token") },
/* R */
{ SST(0x57, 0x00, SS_RDEF,
"Unable to recover table-of-contents") },
@@ -2521,7 +2521,7 @@ static struct asc_table_entry asc_table[] = {
"Idle-C condition activated by command") },
/* DTLPWRO A K */
{ SST(0x5E, 0x09, SS_RDEF,
- "Stabdby-Y condition activated by timer") },
+ "Standby-Y condition activated by timer") },
/* DTLPWRO A K */
{ SST(0x5E, 0x0A, SS_RDEF,
"Standby-Y condition activated by command") },
OpenPOWER on IntegriCloud