[libcamera-devel,5/6] libcamera: ipa_module: Fix typo in function description

Message ID 20200604134300.2986113-6-marvin.schmidt1987@gmail.com
State Superseded
Headers show
Series
  • Random documentation fixes
Related show

Commit Message

Marvin Schmidt June 4, 2020, 1:42 p.m. UTC
---
 src/libcamera/ipa_module.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham June 4, 2020, 1:52 p.m. UTC | #1
Hi Marvin,

I really wish I had time to get to adding a spell checker to our
style-checker sometime :-)

Agreed,

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

On 04/06/2020 14:42, Marvin Schmidt wrote:
> ---
>  src/libcamera/ipa_module.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp
> index 91534b6..045c8fc 100644
> --- a/src/libcamera/ipa_module.cpp
> +++ b/src/libcamera/ipa_module.cpp
> @@ -453,7 +453,7 @@ struct ipa_context *IPAModule::createContext()
>  }
>  
>  /**
> - * \brief Verify if the IPA module maches a given pipeline handler
> + * \brief Verify if the IPA module matches a given pipeline handler
>   * \param[in] pipe Pipeline handler to match with
>   * \param[in] minVersion Minimum acceptable version of IPA module
>   * \param[in] maxVersion Maximum acceptable version of IPA module
>

Patch

diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp
index 91534b6..045c8fc 100644
--- a/src/libcamera/ipa_module.cpp
+++ b/src/libcamera/ipa_module.cpp
@@ -453,7 +453,7 @@  struct ipa_context *IPAModule::createContext()
 }
 
 /**
- * \brief Verify if the IPA module maches a given pipeline handler
+ * \brief Verify if the IPA module matches a given pipeline handler
  * \param[in] pipe Pipeline handler to match with
  * \param[in] minVersion Minimum acceptable version of IPA module
  * \param[in] maxVersion Maximum acceptable version of IPA module