[libcamera-devel] libcamera: ipa_context_wrapper: Fix typo in comments

Message ID 20200603133847.12481-1-paul.elder@ideasonboard.com
State Accepted
Commit b60a7d708a345346a30e89893af200a65c20859a
Headers show
Series
  • [libcamera-devel] libcamera: ipa_context_wrapper: Fix typo in comments
Related show

Commit Message

Paul Elder June 3, 2020, 1:38 p.m. UTC
Fix a typo in a comment in ipa_context_wrapper.cpp.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
---
 src/libcamera/ipa_context_wrapper.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart June 3, 2020, 3:08 p.m. UTC | #1
Hi Paul,

Thank you for the patch.

On Wed, Jun 03, 2020 at 10:38:47PM +0900, Paul Elder wrote:
> Fix a typo in a comment in ipa_context_wrapper.cpp.
> 
> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  src/libcamera/ipa_context_wrapper.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/ipa_context_wrapper.cpp b/src/libcamera/ipa_context_wrapper.cpp
> index bcdc55c2..054aa6ba 100644
> --- a/src/libcamera/ipa_context_wrapper.cpp
> +++ b/src/libcamera/ipa_context_wrapper.cpp
> @@ -282,7 +282,7 @@ void IPAContextWrapper::queue_frame_action(void *ctx, unsigned int frame,
>  
>  #ifndef __DOXYGEN__
>  /*
> - * This construct confuses Doygen and makes it believe that all members of the
> + * This construct confuses Doxygen and makes it believe that all members of the
>   * operations is a member of IPAInterfaceWrapper. It must thus be hidden.
>   */
>  const struct ipa_callback_ops IPAContextWrapper::callbacks_ = {

Patch

diff --git a/src/libcamera/ipa_context_wrapper.cpp b/src/libcamera/ipa_context_wrapper.cpp
index bcdc55c2..054aa6ba 100644
--- a/src/libcamera/ipa_context_wrapper.cpp
+++ b/src/libcamera/ipa_context_wrapper.cpp
@@ -282,7 +282,7 @@  void IPAContextWrapper::queue_frame_action(void *ctx, unsigned int frame,
 
 #ifndef __DOXYGEN__
 /*
- * This construct confuses Doygen and makes it believe that all members of the
+ * This construct confuses Doxygen and makes it believe that all members of the
  * operations is a member of IPAInterfaceWrapper. It must thus be hidden.
  */
 const struct ipa_callback_ops IPAContextWrapper::callbacks_ = {