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 | |
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')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt352.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-patch.c | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/linux/drivers/media/dvb/ttpci/budget-patch.c b/linux/drivers/media/dvb/ttpci/budget-patch.c index dc45a3ded..5d524a4f2 100644 --- a/linux/drivers/media/dvb/ttpci/budget-patch.c +++ b/linux/drivers/media/dvb/ttpci/budget-patch.c @@ -462,7 +462,7 @@ static void frontend_init(struct budget_patch* budget) } } -/* writte by Emard */ +/* written by Emard */ static int budget_patch_attach (struct saa7146_dev* dev, struct saa7146_pci_extension_data *info) { struct budget_patch *budget; |