From 0fd96b4128ffb5d24d01c8a937046720dd2f2fbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 15 Jun 2019 09:24:38 +1000 Subject: Cleanup: spelling --- intern/cycles/kernel/kernel_compat_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/kernel/kernel_compat_cpu.h') diff --git a/intern/cycles/kernel/kernel_compat_cpu.h b/intern/cycles/kernel/kernel_compat_cpu.h index e8fedca4489..006dd00dd73 100644 --- a/intern/cycles/kernel/kernel_compat_cpu.h +++ b/intern/cycles/kernel/kernel_compat_cpu.h @@ -79,7 +79,7 @@ template struct texture { } #if defined(__KERNEL_AVX__) || defined(__KERNEL_AVX2__) /* Reads 256 bytes but indexes in blocks of 128 bytes to maintain - * compatibility with existing indicies and data structures. + * compatibility with existing indices and data structures. */ ccl_always_inline avxf fetch_avxf(const int index) { -- cgit v1.2.3