浏览代码

Documentation/video4linux/soc-camera.txt fix a typo

Corrected the word taks to take.

Signed-off-by: Stefan Huber <steffhip@googlemail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Stefan Huber 12 年之前
父节点
当前提交
8bfcb93a87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/video4linux/soc-camera.txt

+ 1 - 1
Documentation/video4linux/soc-camera.txt

@@ -116,7 +116,7 @@ VIDIOC_S_FMT: sets user window. Should preserve previously set sensor window as
 much as possible by modifying scaling factors. If the sensor window cannot be
 preserved precisely, it may be changed too.
 
-In soc-camera there are two locations, where scaling and cropping can taks
+In soc-camera there are two locations, where scaling and cropping can take
 place: in the camera driver and in the host driver. User ioctls are first passed
 to the host driver, which then generally passes them down to the camera driver.
 It is more efficient to perform scaling and cropping in the camera driver to