summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_ccb.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_ccb.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_ccb.h')
-rw-r--r--sys/cam/cam_ccb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h
index a1ad90e..3224522 100644
--- a/sys/cam/cam_ccb.h
+++ b/sys/cam/cam_ccb.h
@@ -83,7 +83,7 @@ typedef enum {
CAM_ENG_SGLIST = 0x00800000,/* SG list is for the HBA engine */
/* Phase cognizant mode flags */
- CAM_DIS_AUTOSRP = 0x01000000,/* Diable autosave/restore ptrs */
+ CAM_DIS_AUTOSRP = 0x01000000,/* Disable autosave/restore ptrs */
CAM_DIS_AUTODISC = 0x02000000,/* Disable auto disconnect */
CAM_TGT_CCB_AVAIL = 0x04000000,/* Target CCB available */
CAM_TGT_PHASE_MODE = 0x08000000,/* The SIM runs in phase mode */
OpenPOWER on IntegriCloud