diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-03-30 03:46:12 +0200 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2006-03-30 03:46:12 +0200 |
commit | 04b5c3627a782fb9773d5a538f2a4121ea546313 (patch) | |
tree | cc230e0204db398772cec3dd9b3b95a7af87c344 /linux/drivers/media/dvb | |
parent | 35c5ecc171a4a76c0a7a35e23e0ac2d25caa91ae (diff) | |
download | mediapointer-dvb-s2-04b5c3627a782fb9773d5a538f2a4121ea546313.tar.gz mediapointer-dvb-s2-04b5c3627a782fb9773d5a538f2a4121ea546313.tar.bz2 |
fix typo in comment
From: Adrian Bunk <bunk@stusta.de>
This patch fixes a typo in a comment.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110.c b/linux/drivers/media/dvb/ttpci/av7110.c index 87741cf17..cda21cab8 100644 --- a/linux/drivers/media/dvb/ttpci/av7110.c +++ b/linux/drivers/media/dvb/ttpci/av7110.c @@ -2123,7 +2123,7 @@ static int frontend_init(struct av7110 *av7110) read_pwm(av7110)); break; case 0x0003: - /* Haupauge DVB-C 2.1 VES1820/ALPS TDBE2 */ + /* Hauppauge DVB-C 2.1 VES1820/ALPS TDBE2 */ av7110->fe = ves1820_attach(&alps_tdbe2_config, &av7110->i2c_adap, read_pwm(av7110)); break; |