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>
This commit is contained in:
@@ -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_ = {
|
||||
|
||||
Reference in New Issue
Block a user