Date: Thu, 29 Mar 2001 00:14:52 +0200 (CEST) From: Andre Albsmeier <andre@akademie3000.de> To: FreeBSD-gnats-submit@freebsd.org Subject: misc/26219: two small typos Message-ID: <200103282214.f2SMEqv00993@schlappy.mobile.tld>
next in thread | raw e-mail | index | archive | help
>Number: 26219 >Category: misc >Synopsis: two small typos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 30 07:00:01 PST 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103282214.f2SMEqv00993>