diff options
Diffstat (limited to 'src/ipa/simple/algorithms/agc.cpp')
-rw-r--r-- | src/ipa/simple/algorithms/agc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/simple/algorithms/agc.cpp b/src/ipa/simple/algorithms/agc.cpp index 783dfb8b..df92edd7 100644 --- a/src/ipa/simple/algorithms/agc.cpp +++ b/src/ipa/simple/algorithms/agc.cpp @@ -29,7 +29,7 @@ static constexpr unsigned int kExposureBinsCount = 5; 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 * enough to prevent the exposure from wobbling around the optimal value. */ |