summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_bt848.h
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2000-10-31 14:30:29 +0000
committerroger <roger@FreeBSD.org>2000-10-31 14:30:29 +0000
commit700219888d334a12a785d1c4b08f913b70534bea (patch)
tree736f40ada98af5f76df672b6faf475dd52eb6501 /sys/i386/include/ioctl_bt848.h
parent4a17a3f99b5ef379fd4618c28cdff966da341d7f (diff)
downloadFreeBSD-src-700219888d334a12a785d1c4b08f913b70534bea.zip
FreeBSD-src-700219888d334a12a785d1c4b08f913b70534bea.tar.gz
Fix typo in comments
Diffstat (limited to 'sys/i386/include/ioctl_bt848.h')
-rw-r--r--sys/i386/include/ioctl_bt848.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h
index b9dba5a..b6646c6 100644
--- a/sys/i386/include/ioctl_bt848.h
+++ b/sys/i386/include/ioctl_bt848.h
@@ -156,8 +156,8 @@ struct bktr_msp_control {
};
#define BT848_MSP_RESET _IO('x', 76) /* MSP chip reset */
-#define BT848_MSP_READ _IOWR('x', 77, struct bktr_msp_control) /* MSP chip reset */
-#define BT848_MSP_WRITE _IOWR('x', 78, struct bktr_msp_control) /* MSP chip reset */
+#define BT848_MSP_READ _IOWR('x', 77, struct bktr_msp_control) /* MSP chip read */
+#define BT848_MSP_WRITE _IOWR('x', 78, struct bktr_msp_control) /* MSP chip write */
/* Support for radio tuner */
#define RADIO_SETMODE _IOW('x', 58, unsigned int) /* set radio modes */
OpenPOWER on IntegriCloud