summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cpia2
diff options
context:
space:
mode:
authorAlexey Dobriyan2006-03-08 02:20:23 +0100
committerMauro Carvalho Chehab2006-03-08 16:04:24 +0100
commitbe787ace0139bc7ef0229606819bad64bb5d84f4 (patch)
treedcb22cb64038969b5e4b6d394b019e4c5862bd13 /drivers/media/video/cpia2
parentV4L/DVB (3411): FE6600 is a Thomson tuner (diff)
downloadkernel-qcow2-linux-be787ace0139bc7ef0229606819bad64bb5d84f4.tar.gz
kernel-qcow2-linux-be787ace0139bc7ef0229606819bad64bb5d84f4.tar.xz
kernel-qcow2-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/video/cpia2')
-rw-r--r--drivers/media/video/cpia2/cpia2_v4l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cpia2/cpia2_v4l.c b/drivers/media/video/cpia2/cpia2_v4l.c
index 589283d5ddd1..08f8be345fa8 100644
--- a/drivers/media/video/cpia2/cpia2_v4l.c
+++ b/drivers/media/video/cpia2/cpia2_v4l.c
@@ -1628,7 +1628,7 @@ static int cpia2_do_ioctl(struct inode *inode, struct file *file,
}
switch (ioctl_nr) {
- case VIDIOCGCAP: /* query capabilites */
+ case VIDIOCGCAP: /* query capabilities */
retval = ioctl_cap_query(arg, cam);
break;