mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
comment typo: subsytem -> subsystem
PR: 26219 Submitted by: Andre <andre@akademie3000.de>, chern@osd.bsdi.com
This commit is contained in:
parent
1c39cfb650
commit
22a6b4127a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue