From 1a948d5457d5f216c8b21f7b7480408f94cc46ec Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 23 Feb 2025 23:12:40 +0200 Subject: libipa: awb: Replace reference to pipeline handle with IPA module The AwbStats documentation incorrectly references pipeline handlers when it means IPA modules. Fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug --- src/ipa/libipa/awb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ipa/libipa') diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp index b5aeb472..1c4f2330 100644 --- a/src/ipa/libipa/awb.cpp +++ b/src/ipa/libipa/awb.cpp @@ -43,8 +43,8 @@ namespace ipa { * \class AwbStats * \brief An abstraction class wrapping hardware-specific AWB statistics * - * Pipeline handlers using an AWB algorithm based on the AwbAlgorithm class need - * to implement this class to give the algorithm access to the hardware-specific + * IPA modules using an AWB algorithm based on the AwbAlgorithm class need to + * implement this class to give the algorithm access to the hardware-specific * statistics data. */ -- cgit v1.2.1