diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-07-10 21:50:53 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-07-15 09:35:10 +0100 |
commit | ef98f90a4fdd3242471295d680e96f9a651f1d33 (patch) | |
tree | 68a2958abcbea7f71a97633b9682e3da4e15606a /src/libcamera/ipa_module.cpp | |
parent | e1a5873701a95ad508b705945201d836c49eab0c (diff) |
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>
Diffstat (limited to 'src/libcamera/ipa_module.cpp')
-rw-r--r-- | src/libcamera/ipa_module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp index f9e0896c..00361162 100644 --- a/src/libcamera/ipa_module.cpp +++ b/src/libcamera/ipa_module.cpp @@ -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 { |