diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-07 22:20:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-08 12:04:24 -0300 |
commit | be787ace0139bc7ef0229606819bad64bb5d84f4 (patch) | |
tree | dcb22cb64038969b5e4b6d394b019e4c5862bd13 /drivers/media/video/zr36120_i2c.c | |
parent | 91ae3299d7d3493a25e5f26cbaceeb18e7760ef3 (diff) | |
download | kernel-crypto-be787ace0139bc7ef0229606819bad64bb5d84f4.tar.gz kernel-crypto-be787ace0139bc7ef0229606819bad64bb5d84f4.tar.xz kernel-crypto-be787ace0139bc7ef0229606819bad64bb5d84f4.zip |
V4L/DVB (3413): Typos grab bag of the month
Typos grab bag of the month.
Eyeballed by jmc@ in OpenBSD.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/zr36120_i2c.c')
-rw-r--r-- | drivers/media/video/zr36120_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zr36120_i2c.c b/drivers/media/video/zr36120_i2c.c index 6bfe84d657f..21fde43a6ae 100644 --- a/drivers/media/video/zr36120_i2c.c +++ b/drivers/media/video/zr36120_i2c.c @@ -65,7 +65,7 @@ void attach_inform(struct i2c_bus *bus, int id) case I2C_DRIVERID_VIDEODECODER: DEBUG(printk(CARD_INFO "decoder attached\n",CARD)); - /* fetch the capabilites of the decoder */ + /* fetch the capabilities of the decoder */ rv = i2c_control_device(&ztv->i2c, I2C_DRIVERID_VIDEODECODER, DECODER_GET_CAPABILITIES, &dc); if (rv) { DEBUG(printk(CARD_DEBUG "decoder is not V4L aware!\n",CARD)); |