diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2020-06-01 14:11:35 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2020-06-05 21:01:04 +0900 |
commit | b60a7d708a345346a30e89893af200a65c20859a (patch) | |
tree | b8645d8ac90d3426e518f28e7b5b19821ae52d63 /src | |
parent | 78150899dd3ea7989a1280acdd2b4ad97cb537e0 (diff) |
libcamera: ipa_context_wrapper: Fix typo in comments
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/ipa_context_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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_ = { |