From 1b0dd5a2150c2207768ba74c1a25b842f3d4ece1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 7 Sep 2019 21:08:20 +1000 Subject: Cleanup: style, spelling --- intern/cycles/kernel/svm/svm_noise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/cycles/kernel/svm/svm_noise.h b/intern/cycles/kernel/svm/svm_noise.h index 73d9e83ae0f..8d832247b18 100644 --- a/intern/cycles/kernel/svm/svm_noise.h +++ b/intern/cycles/kernel/svm/svm_noise.h @@ -281,7 +281,7 @@ ccl_device_noinline_cpu float perlin_4d(float x, float y, float z, float w) * (v2, v3) is generated by moving v2 and v3 to the first and second * places of the ssef using the shuffle mask <2, 3, 2, 3>. The third and * fourth values are unused. - * 2. Interplate g0 and g1 along the y axis to get the final value. + * 2. Interpolate g0 and g1 along the y axis to get the final value. * g1 is generated by populating an ssef with the second value of g. * Only the first value is important in the final ssef. * -- cgit v1.2.3