diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-06-28 23:30:05 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-07-17 02:13:28 +0300 |
commit | f1a48f96afd7a7e1f790b467e819ff76fc78386e (patch) | |
tree | 4a4909d8417c3630e8c24648c48c8e231dc72e4b | |
parent | 89ca91e6b8ec01eed1a0d98438bfeb7a15ea06b3 (diff) |
libcamera: ipa_context_wrapper: Fix bad copy&paste in comment
A comment copied from the IPAInterfaceWrapper incorrectly mentions the
IPAInterfaceWrapper class instead of the IPAContextWrapper class. Fix
it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
-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 054aa6ba..471118f5 100644 --- a/src/libcamera/ipa_context_wrapper.cpp +++ b/src/libcamera/ipa_context_wrapper.cpp @@ -283,7 +283,7 @@ void IPAContextWrapper::queue_frame_action(void *ctx, unsigned int frame, #ifndef __DOXYGEN__ /* * This construct confuses Doxygen and makes it believe that all members of the - * operations is a member of IPAInterfaceWrapper. It must thus be hidden. + * operations is a member of IPAContextWrapper. It must thus be hidden. */ const struct ipa_callback_ops IPAContextWrapper::callbacks_ = { .queue_frame_action = &IPAContextWrapper::queue_frame_action, |