comment typo: subsytem -> subsystem

PR:		26219
Submitted by:	Andre <andre@akademie3000.de>, chern@osd.bsdi.com
This commit is contained in:
Murray Stokely 2001-03-31 04:34:15 +00:00
parent 1c39cfb650
commit 22a6b4127a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75030

View File

@ -99,7 +99,7 @@ typedef enum {
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 */