From andre@akademie3000.de  Fri Mar 30 06:51:49 2001
Return-Path: <andre@akademie3000.de>
Received: from akademie3000.de (akademie3000.de [194.121.70.49])
	by hub.freebsd.org (Postfix) with ESMTP id DCD2A37B718
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Mar 2001 06:51:48 -0800 (PST)
	(envelope-from andre@akademie3000.de)
Received: from schlappy.mobile.tld (ipcodetel-093-d1.codetel.net.do [64.32.65.93])
	by akademie3000.de (8.9.2/8.9.2) with ESMTP id QAA16155
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Mar 2001 16:51:46 +0200 (CEST)
Received: (from andre@localhost)
	by schlappy.mobile.tld (8.11.3/8.11.3) id f2SMEqv00993;
	Thu, 29 Mar 2001 00:14:52 +0200 (CEST)
	(envelope-from andre)
Message-Id: <200103282214.f2SMEqv00993@schlappy.mobile.tld>
Date: Thu, 29 Mar 2001 00:14:52 +0200 (CEST)
From: Andre Albsmeier <andre@akademie3000.de>
Reply-To: andre@akademie3000.de
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: two small typos
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26219
>Category:       misc
>Synopsis:       two small typos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 30 07:00:01 PST 2001
>Closed-Date:    Fri Mar 30 20:34:23 PST 2001
>Last-Modified:  Fri Mar 30 20:35:18 PST 2001
>Originator:     Andre
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:

System: FreeBSD 4.3-BETA #1: Wed Mar 28 23:31:27 CEST 2001 

>Description:

cam.h contains two small typos

>How-To-Repeat:

egrep 'sytem|eanbel' /usr/include/cam/cam.h

>Fix:

--- cam.h.ORI	Thu Mar 29 00:05:18 2001
+++ cam.h	Thu Mar 29 00:08:21 2001
@@ -98,7 +98,7 @@
 	CAM_REQ_ABORTED,	/* CCB request aborted by the host */
 	CAM_UA_ABORT,		/* Unable to abort CCB request */
 	CAM_REQ_CMP_ERR,	/* CCB request completed with an error */
-	CAM_BUSY,		/* CAM subsytem is busy */
+	CAM_BUSY,		/* CAM subsystem is busy */
 	CAM_REQ_INVALID,	/* CCB request was invalid */
 	CAM_PATH_INVALID,	/* Supplied Path ID is invalid */
 	CAM_DEV_NOT_THERE,	/* SCSI Device Not Installed/there */
@@ -139,7 +139,7 @@
 	CAM_NO_NEXUS,		/* Nexus is not established */
 	CAM_IID_INVALID,	/* The initiator ID is invalid */
 	CAM_CDB_RECVD,		/* The SCSI CDB has been received */
-	CAM_LUN_ALRDY_ENA,	/* The LUN is already eanbeld for target mode */
+	CAM_LUN_ALRDY_ENA,	/* The LUN is already enabled for target mode */
 	CAM_SCSI_BUSY,		/* SCSI Bus Busy */
 
 	CAM_DEV_QFRZN = 0x40,	/* The DEV queue is frozen w/this err */
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Fri Mar 30 20:34:23 PST 2001 
State-Changed-Why:  
Fixed with revision 1.9 of cam.h (in -CURRENT).  This will probably 
not make it into 4.3 RELEASE. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=26219 
>Unformatted:
