diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-03-12 20:23:03 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-03-12 20:23:03 +0000 |
commit | d267ed772fa9b010410b9868ce03e34733d821c3 (patch) | |
tree | f9607f0778c64cca5fbf539f67efe01be4e9d659 /linux/drivers/media/dvb/frontends/mt352.c | |
parent | f52f342aca2a889e3f40a18f6f658f6be0e6370d (diff) | |
download | mediapointer-dvb-s2-d267ed772fa9b010410b9868ce03e34733d821c3.tar.gz mediapointer-dvb-s2-d267ed772fa9b010410b9868ce03e34733d821c3.tar.bz2 |
fix typo in comment
Diffstat (limited to 'linux/drivers/media/dvb/frontends/mt352.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt352.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt352.c b/linux/drivers/media/dvb/frontends/mt352.c index 90e2fb2a0..0510ffbe0 100644 --- a/linux/drivers/media/dvb/frontends/mt352.c +++ b/linux/drivers/media/dvb/frontends/mt352.c @@ -294,7 +294,7 @@ static int mt352_set_parameters(struct dvb_frontend* fe, state->config->pll_set(fe, param, buf+8); #if 0 /* FIXME: should be catched elsewhere ... */ - /* this dubious code which helped on some code does not work for + /* this dubious code which helped on some cards does not work for * the pinnacle 300i */ /* Only send the tuning request if the tuner doesn't have the requested * parameters already set. Enhances tuning time and prevents stream |