Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-03-11 16:24:22 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-11 20:27:58 +0300
commit62a0984d7290cbd6fd3acfa79d53765f97f93b0a (patch)
tree8a073dcf4a265288dff0b9b95d321fbb6c599929 /intern/cycles/integrator
parente1a1dc868b30be80e59b747557830d507600bd1d (diff)
Cleanup: fix source typos homogenous->homogeneous
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14306
Diffstat (limited to 'intern/cycles/integrator')
-rw-r--r--intern/cycles/integrator/denoiser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/integrator/denoiser.cpp b/intern/cycles/integrator/denoiser.cpp
index 0d3e49b7f21..62a6fd3361b 100644
--- a/intern/cycles/integrator/denoiser.cpp
+++ b/intern/cycles/integrator/denoiser.cpp
@@ -80,7 +80,7 @@ static bool is_single_supported_device(Device *device, DenoiserType type)
if (!device->info.multi_devices.empty()) {
/* Some configurations will use multi_devices, but keep the type of an individual device.
- * This does simplify checks for homogenous setups, but here we really need a single device. */
+ * This does simplify checks for homogeneous setups, but here we really need a single device. */
return false;
}