libcamera: software_isp: Improve wording in a comment

A minor wording improvement suggested on refactoring review.

Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Milan Zamazal 2024-10-02 18:48:01 +02:00 committed by Kieran Bingham
parent e879a86979
commit a7d573df53

View file

@ -29,7 +29,7 @@ static constexpr unsigned int kExposureBinsCount = 5;
static constexpr float kExposureOptimal = kExposureBinsCount / 2.0; static constexpr float kExposureOptimal = kExposureBinsCount / 2.0;
/* /*
* The below value implements the hysteresis for the exposure adjustment. * This implements the hysteresis for the exposure adjustment.
* It is small enough to have the exposure close to the optimal, and is big * It is small enough to have the exposure close to the optimal, and is big
* enough to prevent the exposure from wobbling around the optimal value. * enough to prevent the exposure from wobbling around the optimal value.
*/ */