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-07 19:25:50 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-07 19:28:39 +0300
commitf130d4f2112c99225a22d99f3b61da16f30f42ef (patch)
treec8695ded8951b45feda85c9310d405865a40ef3a /intern/cycles
parent5bb2b4236dcf2b84121074660bcf8ed0de03eeeb (diff)
Cleanup: fix various typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14203
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/device/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/queue.h b/intern/cycles/device/queue.h
index 183ac1728a4..2bd6e7ae460 100644
--- a/intern/cycles/device/queue.h
+++ b/intern/cycles/device/queue.h
@@ -100,7 +100,7 @@ class DeviceQueue {
* based on number of cores and/or available memory. */
virtual int num_concurrent_states(const size_t state_size) const = 0;
- /* Number of states which keeps the device occupied with work without loosing performance.
+ /* Number of states which keeps the device occupied with work without losing performance.
* The renderer will add more work (when available) when number of active paths falls below this
* value. */
virtual int num_concurrent_busy_states() const = 0;