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:
authorCampbell Barton <campbell@blender.org>2022-07-04 08:16:24 +0300
committerCampbell Barton <campbell@blender.org>2022-07-04 08:26:57 +0300
commit148dcb395401b6b11a5a56b03c449e9852e5e876 (patch)
tree3d55e9a96abf6fd680ee3081ede4913eb61d044a /source/blender/gpu/metal/mtl_backend.mm
parentfaa97de208dab9c442213c8265092876138e3ec0 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/gpu/metal/mtl_backend.mm')
-rw-r--r--source/blender/gpu/metal/mtl_backend.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/metal/mtl_backend.mm b/source/blender/gpu/metal/mtl_backend.mm
index 117b8352a0a..d2524cc16e3 100644
--- a/source/blender/gpu/metal/mtl_backend.mm
+++ b/source/blender/gpu/metal/mtl_backend.mm
@@ -127,7 +127,7 @@ void MTLBackend::render_end()
void MTLBackend::render_step()
{
- /* NOTE(Metal): Primarily called from main thread, but below datastructures
+ /* NOTE(Metal): Primarily called from main thread, but below data-structures
* and operations are thread-safe, and GPUContext rendering coordination
* is also thread-safe. */