diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-08 02:20:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-08 16:04:24 +0100 |
commit | be787ace0139bc7ef0229606819bad64bb5d84f4 (patch) | |
tree | dcb22cb64038969b5e4b6d394b019e4c5862bd13 /drivers/media/dvb/ttpci/av7110.c | |
parent | V4L/DVB (3411): FE6600 is a Thomson tuner (diff) | |
download | linux-be787ace0139bc7ef0229606819bad64bb5d84f4.tar.xz linux-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/dvb/ttpci/av7110.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index 914f2e34d8d3..aef4f58d712d 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c @@ -1441,7 +1441,7 @@ static int check_firmware(struct av7110* av7110) len = ntohl(*(u32*) ptr); ptr += 4; if (len >= 512) { - printk("dvb-ttpci: dpram file is way to big.\n"); + printk("dvb-ttpci: dpram file is way too big.\n"); return -EINVAL; } if (crc != crc32_le(0, ptr, len)) { |