From owner-svn-src-head@FreeBSD.ORG Wed Jul 18 12:41:10 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04D41106566C; Wed, 18 Jul 2012 12:41:10 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E4C2B8FC0A; Wed, 18 Jul 2012 12:41:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6ICf98Q071587; Wed, 18 Jul 2012 12:41:09 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6ICf9tg071584; Wed, 18 Jul 2012 12:41:09 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201207181241.q6ICf9tg071584@svn.freebsd.org> From: Alexander Motin Date: Wed, 18 Jul 2012 12:41:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238596 - head/sys/cam/scsi X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 12:41:10 -0000 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") },