diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2018-05-14 07:27:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-25 15:22:16 -0400 |
commit | e81ff408c17ee5cee0a30e05f7d5c2d3a103bd24 (patch) | |
tree | ce8c9aa804f5c1ee078934e64674ef98ffd35b7d /Documentation/media/uapi/v4l/selection-api-004.rst | |
parent | 68afa17322f2c9a0fffca62e7afe9d60b0dff87e (diff) | |
download | linux-e81ff408c17ee5cee0a30e05f7d5c2d3a103bd24.tar.bz2 |
media: docs: selection: fix typos
Fix typos in the selection documentation:
- over -> cover
- BONDS -> BOUNDS
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/uapi/v4l/selection-api-004.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/selection-api-004.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/selection-api-004.rst b/Documentation/media/uapi/v4l/selection-api-004.rst index d782cd5b2117..0a4ddc2d71db 100644 --- a/Documentation/media/uapi/v4l/selection-api-004.rst +++ b/Documentation/media/uapi/v4l/selection-api-004.rst @@ -41,7 +41,7 @@ The driver may further adjust the requested size and/or position according to hardware limitations. Each capture device has a default source rectangle, given by the -``V4L2_SEL_TGT_CROP_DEFAULT`` target. This rectangle shall over what the +``V4L2_SEL_TGT_CROP_DEFAULT`` target. This rectangle shall cover what the driver writer considers the complete picture. Drivers shall set the active crop rectangle to the default when the driver is first loaded, but not later. |