Cleanup: spelling in comments

This commit is contained in:
2022-09-21 11:57:20 +10:00
parent e9bdf8ebc3
commit 5517c848bd
12 changed files with 42 additions and 45 deletions

View File

@@ -1008,7 +1008,7 @@ static void brightcontrast_apply_threaded(int width,
/*
* The algorithm is by Werner D. Streidt
* (http://visca.com/ffactory/archives/5-99/msg00021.html)
* Extracted of OpenCV demhist.c
* Extracted of OpenCV `demhist.c`.
*/
if (contrast > 0) {
a = 1.0f - delta * 2.0f;