summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorDirk Hohndel <hohndel@infradead.org>2009-09-28 21:43:57 -0400
committerJiri Kosina <jkosina@suse.cz>2009-11-09 09:40:54 +0100
commit06fe9fb4182177fb046e6d934f80254dd90956ea (patch)
treeae394e643ae90641a6358296b9f9a5c13e79c189 /drivers/media
parent5b73a41c02002ed2ee6b805d0c3691fb9ab9dc4f (diff)
tree-wide: fix a very frequent spelling mistake
something-bility is spelled as something-blity so a grep for 'blit' would find these lines this is so trivial that I didn't split it by subsystem / copy additional maintainers - all changes are to comments The only purpose is to get fewer false positives when grepping around the kernel sources. Signed-off-by: Dirk Hohndel <hohndel@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_net.c b/drivers/media/dvb/dvb-core/dvb_net.c
index 0241a7c5c34a..8b8558fcb042 100644
--- a/drivers/media/dvb/dvb-core/dvb_net.c
+++ b/drivers/media/dvb/dvb-core/dvb_net.c
@@ -1396,7 +1396,7 @@ static int dvb_net_do_ioctl(struct inode *inode, struct file *file,
return ret;
}
- /* binary compatiblity cruft */
+ /* binary compatibility cruft */
case __NET_ADD_IF_OLD:
{
struct __dvb_net_if_old *dvbnetif = parg;