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:
parent
e1a5873701
commit
ef98f90a4f
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue