summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam.h
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-03-31 04:34:15 +0000
committermurray <murray@FreeBSD.org>2001-03-31 04:34:15 +0000
commitf7433200b23c39a03f20dd75abb5caf2835d1706 (patch)
treef37e29d3d485429ee61a71522c469d27ca711da1 /sys/cam/cam.h
parent21062a084843d03f2dda2fcfc581ff2d110062f3 (diff)
downloadFreeBSD-src-f7433200b23c39a03f20dd75abb5caf2835d1706.zip
FreeBSD-src-f7433200b23c39a03f20dd75abb5caf2835d1706.tar.gz
comment typo: subsytem -> subsystem
PR: 26219 Submitted by: Andre <andre@akademie3000.de>, chern@osd.bsdi.com
Diffstat (limited to 'sys/cam/cam.h')
-rw-r--r--sys/cam/cam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam.h b/sys/cam/cam.h
index 4aad13a..20f660e 100644
--- a/sys/cam/cam.h
+++ b/sys/cam/cam.h
@@ -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 */
OpenPOWER on IntegriCloud