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 <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2025-02-23 23:12:40 +02:00
parent ef5a162b34
commit 1a948d5457

View file

@ -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.
*/