From c5a13ffcb4b98bbd46dca7637051a966d18cd46f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Oct 2021 11:16:24 +1100 Subject: Cleanup: spelling in comments --- intern/cycles/integrator/path_trace_work_gpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/integrator') diff --git a/intern/cycles/integrator/path_trace_work_gpu.cpp b/intern/cycles/integrator/path_trace_work_gpu.cpp index 02830a00405..bc380f269ad 100644 --- a/intern/cycles/integrator/path_trace_work_gpu.cpp +++ b/intern/cycles/integrator/path_trace_work_gpu.cpp @@ -344,7 +344,7 @@ bool PathTraceWorkGPU::enqueue_path_iteration() /* Finish shadows before potentially adding more shadow rays. We can only * store one shadow ray in the integrator state. * - * When there is a shadow catcher in the scene finish shadow rays before invoking interesect + * When there is a shadow catcher in the scene finish shadow rays before invoking intersect * closest kernel since so that the shadow paths are writing to the pre-split state. */ if (kernel == DEVICE_KERNEL_INTEGRATOR_SHADE_SURFACE || kernel == DEVICE_KERNEL_INTEGRATOR_SHADE_SURFACE_RAYTRACE || -- cgit v1.2.3