aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
commit453130d9bfc1c6d68b366dfcb041689d69f81295 (patch)
treefe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/ida
parent7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff)
downloadsrc-453130d9bfc1c6d68b366dfcb041689d69f81295.tar.gz
src-453130d9bfc1c6d68b366dfcb041689d69f81295.zip
sys/dev: minor spelling fixes.
Most affect comments, very few have user-visible effects.
Notes
Notes: svn path=/head/; revision=298955
Diffstat (limited to 'sys/dev/ida')
-rw-r--r--sys/dev/ida/idareg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ida/idareg.h b/sys/dev/ida/idareg.h
index a25a768c564e..7fb48d45063b 100644
--- a/sys/dev/ida/idareg.h
+++ b/sys/dev/ida/idareg.h
@@ -295,7 +295,7 @@ struct ida_phys_drv_info {
u_int8_t scsi_lun;
u_int8_t ympd_flags; /* yet more physical drive flags */
#define YMPDF_DRIVE_WCE_SET 0x40 /* WCE currently set */
-#define YMPDF_DRIVE_WCE_CHNG 0x80 /* WCE changable */
+#define YMPDF_DRIVE_WCE_CHNG 0x80 /* WCE changeable */
u_int8_t reserved;
u_int32_t spi_speed_rules;
u_int8_t phys_con[2]; /* Physical Connector */