From ce2dc6ef2bce1fdd038989e0a7841600daccfd49 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Mar 2020 22:06:52 +1100 Subject: Cleanup: formatting, spelling --- source/blender/blenlib/intern/math_color_inline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/math_color_inline.c b/source/blender/blenlib/intern/math_color_inline.c index 52ca229fe27..66fd2780cf8 100644 --- a/source/blender/blenlib/intern/math_color_inline.c +++ b/source/blender/blenlib/intern/math_color_inline.c @@ -323,7 +323,7 @@ MINLINE int compare_rgb_uchar(const unsigned char col_a[3], MINLINE float dither_random_value(float s, float t) { /* Original code from https://www.shadertoy.com/view/4t2SDh */ - /* The nois reshaping technique does not work on CPU. + /* The noise reshaping technique does not work on CPU. * We generate and merge two distribution instead */ /* Uniform noise in [0..1[ range */ float nrnd0 = sinf(s * 12.9898f + t * 78.233f) * 43758.5453f; -- cgit v1.2.3