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 <ideasman42@gmail.com>2021-06-02 10:04:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-02 10:04:57 +0300
commitb5a883fef980208298fbcaaca04732b58458b3b8 (patch)
treeb7d2610f43c2eee65bc6c5b2c239b83ded1c82b3 /source/blender/compositor/intern/COM_NodeOperation.h
parent711ddea60e3d0985d6d7c44024debb72fbae985d (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/compositor/intern/COM_NodeOperation.h')
-rw-r--r--source/blender/compositor/intern/COM_NodeOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/intern/COM_NodeOperation.h b/source/blender/compositor/intern/COM_NodeOperation.h
index 01068c7f812..11b293a400f 100644
--- a/source/blender/compositor/intern/COM_NodeOperation.h
+++ b/source/blender/compositor/intern/COM_NodeOperation.h
@@ -192,8 +192,8 @@ struct NodeOperationFlags {
bool open_cl : 1;
/**
- * TODO: Remove this flag and SingleThreadedOperation if tiled implemention is removed.
- * Full-frame implemention doesn't need it.
+ * TODO: Remove this flag and #SingleThreadedOperation if tiled implementation is removed.
+ * Full-frame implementation doesn't need it.
*/
bool single_threaded : 1;