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-15 09:35:10 +01:00
parent e1a5873701
commit ef98f90a4f
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ close:
* the IPA module information it contains was successfully retrieved and
* validated.
*
* \return true if the the IPAModule is valid, false otherwise
* \return True if the IPAModule is valid, false otherwise
*/
bool IPAModule::isValid() const
{