svn commit: r238596 - head/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Wed Jul 18 12:41:10 UTC 2012


Author: mav
Date: Wed Jul 18 12:41:09 2012
New Revision: 238596
URL: http://svn.freebsd.org/changeset/base/238596

Log:
  Fix some typos in r238595.
  
  Reported by:	brueffer

Modified:
  head/sys/cam/scsi/scsi_all.c

Modified: head/sys/cam/scsi/scsi_all.c
==============================================================================
--- head/sys/cam/scsi/scsi_all.c	Wed Jul 18 12:23:45 2012	(r238595)
+++ head/sys/cam/scsi/scsi_all.c	Wed Jul 18 12:41:09 2012	(r238596)
@@ -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") },


More information about the svn-src-head mailing list