summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2025-02-23 23:12:40 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2025-02-24 18:22:27 +0200
commitef5a162b34c91ee4181400703d527f48f814654b (patch)
tree41e6f8792845b5198bebb144f9ed7d9efeea9775 /src
parent7115b81310af235b6d12bdd1cd561be80c517bfa (diff)
libipa: awb: Standardize spelling on 'grey' world
All locations but one spell 'grey' instead of 'gray'. Fix the outlier. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r--src/ipa/libipa/awb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp
index 1adefa5b..b5aeb472 100644
--- a/src/ipa/libipa/awb.cpp
+++ b/src/ipa/libipa/awb.cpp
@@ -70,7 +70,7 @@ namespace ipa {
*
* Fetch the RGB means from the statistics. The values of each channel are
* dimensionless and only the ratios are used for further calculations. This is
- * used by the simple gray world model to calculate the gains to apply.
+ * used by the simple grey world model to calculate the gains to apply.
*
* \return The RGB means
*/