Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 12:41:09 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238596 - head/sys/cam/scsi
Message-ID:  <201207181241.q6ICf9tg071584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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") },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207181241.q6ICf9tg071584>