summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2004-01-23 08:37:00 +0000
committerMichael Hunold <devnull@localhost>2004-01-23 08:37:00 +0000
commit5769e4dcf19a43ad3f6922c803419287e62d6107 (patch)
tree7bb63e4196d03526703c4255ae7d4500fa0852ba /linux/drivers/media/dvb/frontends
parentb23dcc610cb1833440c65c70f253da4d407a540b (diff)
downloadmediapointer-dvb-s2-5769e4dcf19a43ad3f6922c803419287e62d6107.tar.gz
mediapointer-dvb-s2-5769e4dcf19a43ad3f6922c803419287e62d6107.tar.bz2
- spelling fix: aquire -> acquire
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/alps_tdmb7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/alps_tdmb7.c b/linux/drivers/media/dvb/frontends/alps_tdmb7.c
index b5ba20768..072bc8907 100644
--- a/linux/drivers/media/dvb/frontends/alps_tdmb7.c
+++ b/linux/drivers/media/dvb/frontends/alps_tdmb7.c
@@ -374,7 +374,7 @@ static int tdmb7_ioctl (struct dvb_frontend *fe, unsigned int cmd, void *arg)
cx22700_set_inversion (i2c, p->inversion);
cx22700_set_tps (i2c, &p->u.ofdm);
cx22700_writereg (i2c, 0x37, 0x01); /* PAL loop filter off */
- cx22700_writereg (i2c, 0x00, 0x01); /* restart aquire */
+ cx22700_writereg (i2c, 0x00, 0x01); /* restart acquire */
break;
}