diff options
author | Michael Krufky <devnull@localhost> | 2005-12-11 15:35:17 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-12-11 15:35:17 +0000 |
commit | cbf517883a8c053c6f275c2e3666281fb8b96ff5 (patch) | |
tree | 223494ae4732e713f057dc6ae4c3ac8748cb024e /linux/drivers/media/video/tuner-simple.c | |
parent | b5b647dc372b893261b75ecd69ba76353239fa6e (diff) | |
download | mediapointer-dvb-s2-cbf517883a8c053c6f275c2e3666281fb8b96ff5.tar.gz mediapointer-dvb-s2-cbf517883a8c053c6f275c2e3666281fb8b96ff5.tar.bz2 |
"Philips 1236D ATSC/NTSC dual in" - fix typo.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/tuner-simple.c')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index dcb927785..e4baead24 100644 --- a/linux/drivers/media/video/tuner-simple.c +++ b/linux/drivers/media/video/tuner-simple.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-simple.c,v 1.63 2005/12/05 21:32:29 hverkuil Exp $ + * $Id: tuner-simple.c,v 1.64 2005/12/11 15:35:18 mkrufky Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -483,7 +483,7 @@ static struct tunertype tuners[] = { .config = 0x8e, }, [TUNER_PHILIPS_ATSC] = { /* Philips ATSC */ - .name = "Philips 1236D ATSC/NTSC daul in", + .name = "Philips 1236D ATSC/NTSC dual in", .thresh1= 16 * 157.25 /*MHz*/, .thresh2= 16 * 454.00 /*MHz*/, .VHF_L = 0xa0, |