From: Hans Verkuil Date: Sat, 25 Apr 2015 08:15:24 +0000 (-0300) Subject: [media] DocBook/media: attemps -> attempts X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~6391^2~540 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=73ba51a653e8839b85abc3cca9d57089a8890913;p=mirror_ubuntu-zesty-kernel.git [media] DocBook/media: attemps -> attempts Fix typo. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/DocBook/media/v4l/media-func-open.xml b/Documentation/DocBook/media/v4l/media-func-open.xml index f7df034dc9ed..122374a3e894 100644 --- a/Documentation/DocBook/media/v4l/media-func-open.xml +++ b/Documentation/DocBook/media/v4l/media-func-open.xml @@ -44,7 +44,7 @@ To open a media device applications call open() with the desired device name. The function has no side effects; the device configuration remain unchanged. - When the device is opened in read-only mode, attemps to modify its + When the device is opened in read-only mode, attempts to modify its configuration will result in an error, and errno will be set to EBADF.