diff options
Diffstat (limited to 'src/ipa')
-rw-r--r-- | src/ipa/libipa/awb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |