From 001f2c5d50b496708ef12de2c083686996b678d9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Dec 2020 12:27:16 +1100 Subject: Cleanup: spelling --- intern/cycles/device/cuda/device_cuda_impl.cpp | 2 +- intern/cycles/device/opencl/opencl_util.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/cycles/device/cuda/device_cuda_impl.cpp b/intern/cycles/device/cuda/device_cuda_impl.cpp index 6c26b247743..48151365e5d 100644 --- a/intern/cycles/device/cuda/device_cuda_impl.cpp +++ b/intern/cycles/device/cuda/device_cuda_impl.cpp @@ -718,7 +718,7 @@ void CUDADevice::init_host_memory() void CUDADevice::load_texture_info() { if (need_texture_info) { - /* Unset flag before copying, so this does not loop indenfinetly if the copy below calls + /* Unset flag before copying, so this does not loop indefinitely if the copy below calls * into 'move_textures_to_host' (which calls 'load_texture_info' again). */ need_texture_info = false; texture_info.copy_to_device(); diff --git a/intern/cycles/device/opencl/opencl_util.cpp b/intern/cycles/device/opencl/opencl_util.cpp index a9a474c7d77..be9efcd43ee 100644 --- a/intern/cycles/device/opencl/opencl_util.cpp +++ b/intern/cycles/device/opencl/opencl_util.cpp @@ -789,7 +789,7 @@ bool OpenCLInfo::device_supported(const string &platform_name, const cl_device_i } # ifdef __APPLE__ - /* Apple uses own framework, which can also put Iris onto AMD framerwork. + /* Apple uses own framework, which can also put Iris onto AMD frame-work. * This isn't supported configuration. */ return false; # else -- cgit v1.2.3