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

@@ -321,7 +321,7 @@ Buffer::Buffer(unsigned int index, const Buffer *metadata)
* \fn Buffer::timestamp()
* \brief Retrieve the time when the buffer was processed
*
* The timestamp is expressed as a number number of nanoseconds since the epoch.
* The timestamp is expressed as a number of nanoseconds since the epoch.
*
* \return Timestamp when the buffer was processed
*/