[RFC,v2,13/43] ipa: libipa: agc_mean_luminance: calculateNewEv(): Fix typo
diff mbox series

Message ID 20260723154327.1357866-14-barnabas.pocze@ideasonboard.com
State Superseded
Headers show
Series
  • ipa: libipa: agc rework
Related show

Commit Message

Barnabás Pőcze July 23, 2026, 3:42 p.m. UTC
splut -> split

Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
---
 src/ipa/libipa/agc_mean_luminance.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jacopo Mondi July 24, 2026, 12:08 p.m. UTC | #1
Hi Barnabás

On Thu, Jul 23, 2026 at 05:42:56PM +0200, Barnabás Pőcze wrote:
> splut -> split

Good sput, er I mean, spot

>
> Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>

Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>

> ---
>  src/ipa/libipa/agc_mean_luminance.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/ipa/libipa/agc_mean_luminance.cpp b/src/ipa/libipa/agc_mean_luminance.cpp
> index faa8a41fd7..31636159a2 100644
> --- a/src/ipa/libipa/agc_mean_luminance.cpp
> +++ b/src/ipa/libipa/agc_mean_luminance.cpp
> @@ -649,7 +649,7 @@ utils::Duration AgcMeanLuminance::filterExposure(utils::Duration exposureValue)
>  }
>
>  /**
> - * \brief Calculate the new exposure value and splut it between exposure time
> + * \brief Calculate the new exposure value and split it between exposure time
>   * and gain
>   * \param[in] constraintModeIndex The index of the current constraint mode
>   * \param[in] exposureModeIndex The index of the current exposure mode
> --
> 2.55.0
>

Patch
diff mbox series

diff --git a/src/ipa/libipa/agc_mean_luminance.cpp b/src/ipa/libipa/agc_mean_luminance.cpp
index faa8a41fd7..31636159a2 100644
--- a/src/ipa/libipa/agc_mean_luminance.cpp
+++ b/src/ipa/libipa/agc_mean_luminance.cpp
@@ -649,7 +649,7 @@  utils::Duration AgcMeanLuminance::filterExposure(utils::Duration exposureValue)
 }
 
 /**
- * \brief Calculate the new exposure value and splut it between exposure time
+ * \brief Calculate the new exposure value and split it between exposure time
  * and gain
  * \param[in] constraintModeIndex The index of the current constraint mode
  * \param[in] exposureModeIndex The index of the current exposure mode