libcamera: Fix spellings and grammar

Fix a number of spelling errors and word duplications throughout the comments
within libcamera.

These were picked up with spellintian.

Also one capitalisation of the first word of a \return statement picked
up by checkstyle.py while creating this patch.

Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2019-07-10 21:50:53 +01:00
parent e1a5873701
commit ef98f90a4f
7 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ LOG_DEFINE_CATEGORY(V4L2)
*
* The V4L2Device class groups together the methods and fields common to
* both the V4L2VideoDevice and V4L2Subdevice classes, and provides a base
* class whith methods to open and close the device node associated with the
* class with methods to open and close the device node associated with the
* device and to perform IOCTL system calls on it.
*
* The V4L2Device class cannot be instantiated directly, as its constructor