summaryrefslogtreecommitdiff
path: root/drivers/media/usb/uvc
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2013-10-20 21:34:01 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:55:21 +0900
commit454d25f1a4e102e70d3bea419aeb7c70c24fc83e (patch)
tree7069e8973cc6805c3e04dc40d6bd0e41da69b0aa /drivers/media/usb/uvc
parentdd355ac122f3fc9b38584caf0b8eb82bc4dc12a1 (diff)
downloadlinux-3.10-454d25f1a4e102e70d3bea419aeb7c70c24fc83e.tar.gz
linux-3.10-454d25f1a4e102e70d3bea419aeb7c70c24fc83e.tar.bz2
linux-3.10-454d25f1a4e102e70d3bea419aeb7c70c24fc83e.zip
upstream: [media] media_tree: Fix spelling errors
Fix various spelling errors in strings and comments throughout the media tree. The majority of these were found using Lucas De Marchi's codespell tool. [m.chehab@samsung.com: discard hunks with conflicts] Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> Conflicts: drivers/media/dvb-frontends/drxk_hard.c drivers/media/i2c/adv7842.c drivers/media/i2c/s5c73m3/s5c73m3-core.c
Diffstat (limited to 'drivers/media/usb/uvc')
-rw-r--r--drivers/media/usb/uvc/uvc_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/uvc/uvc_video.c b/drivers/media/usb/uvc/uvc_video.c
index 43969171a2e..8496811fb7f 100644
--- a/drivers/media/usb/uvc/uvc_video.c
+++ b/drivers/media/usb/uvc/uvc_video.c
@@ -564,7 +564,7 @@ static u16 uvc_video_clock_host_sof(const struct uvc_clock_sample *sample)
*
* SOF = ((SOF2 - SOF1) * PTS + SOF1 * STC2 - SOF2 * STC1) / (STC2 - STC1) (1)
*
- * to avoid loosing precision in the division. Similarly, the host timestamp is
+ * to avoid losing precision in the division. Similarly, the host timestamp is
* computed with
*
* TS = ((TS2 - TS1) * PTS + TS1 * SOF2 - TS2 * SOF1) / (SOF2 - SOF1) (2)