summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam.h
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-03-15 21:55:48 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-03-15 21:55:48 +0000
commitc79db8767162cd0aed9fbb47c04b0460fdb7d3cb (patch)
treec02b2bd0c0cd8ef24ce600cb5459fa7c01a053ee /sys/cam/cam.h
parent8a8c3a195af46fa7f5e11b369396c50917395148 (diff)
downloadFreeBSD-src-c79db8767162cd0aed9fbb47c04b0460fdb7d3cb.zip
FreeBSD-src-c79db8767162cd0aed9fbb47c04b0460fdb7d3cb.tar.gz
Various typo's.
One minor nit. The speed was displayed wrong when below 1Mb/s.
Diffstat (limited to 'sys/cam/cam.h')
-rw-r--r--sys/cam/cam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam.h b/sys/cam/cam.h
index e20673c..37e67fd 100644
--- a/sys/cam/cam.h
+++ b/sys/cam/cam.h
@@ -55,7 +55,7 @@ typedef u_int lun_id_t;
* Definition of a CAM peripheral driver entry. Peripheral drivers instantiate
* one of these for each device they wish to communicate with and pass it into
* the xpt layer when they wish to schedule work on that device via the
- * xpt_schecule API.
+ * xpt_schedule API.
*/
struct cam_periph;
@@ -106,7 +106,7 @@ typedef enum {
CAM_SEL_TIMEOUT, /* Target Selection Timeout */
CAM_CMD_TIMEOUT, /* Command timeout */
CAM_SCSI_STATUS_ERROR, /* SCSI error, look at error code in CCB */
- CAM_MSG_REJECT_REC, /* Message Reject Reveived */
+ CAM_MSG_REJECT_REC, /* Message Reject Received */
CAM_SCSI_BUS_RESET, /* SCSI Bus Reset Sent/Received */
CAM_UNCOR_PARITY, /* Uncorrectable parity error occurred */
CAM_AUTOSENSE_FAIL = 0x10,/* Autosense: request sense cmd fail */
OpenPOWER on IntegriCloud