From 700219888d334a12a785d1c4b08f913b70534bea Mon Sep 17 00:00:00 2001 From: roger Date: Tue, 31 Oct 2000 14:30:29 +0000 Subject: [PATCH] Fix typo in comments --- sys/dev/bktr/ioctl_bt848.h | 4 ++-- sys/i386/include/ioctl_bt848.h | 4 ++-- sys/sys/ioctl_bt848.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h index b9dba5adc4c..b6646c699b7 100644 --- a/sys/dev/bktr/ioctl_bt848.h +++ b/sys/dev/bktr/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 */ diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h index b9dba5adc4c..b6646c699b7 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 */ diff --git a/sys/sys/ioctl_bt848.h b/sys/sys/ioctl_bt848.h index b9dba5adc4c..b6646c699b7 100644 --- a/sys/sys/ioctl_bt848.h +++ b/sys/sys/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 */ -- 2.45.2