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-01-10 05:47:12 +0300
committerCampbell Barton <campbell@blender.org>2022-01-10 05:47:12 +0300
commit74c896c0819bd95004b0b11925d51586570f980f (patch)
tree33a86b782f1a01eae342ac0145753912c0bcf114 /intern/cycles/kernel/svm/types.h
parentc04d36e9220d21b4e814df35769def0361eda72e (diff)
Cleanup: typos in comments, remove libnumaapi reference
Diffstat (limited to 'intern/cycles/kernel/svm/types.h')
-rw-r--r--intern/cycles/kernel/svm/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/svm/types.h b/intern/cycles/kernel/svm/types.h
index 384549b7f09..dd1b1f9bc28 100644
--- a/intern/cycles/kernel/svm/types.h
+++ b/intern/cycles/kernel/svm/types.h
@@ -124,7 +124,7 @@ typedef enum ShaderNodeType {
NODE_AOV_VALUE,
NODE_FLOAT_CURVE,
/* NOTE: for best OpenCL performance, item definition in the enum must
- * match the switch case order in svm.h. */
+ * match the switch case order in `svm.h`. */
} ShaderNodeType;
typedef enum NodeAttributeOutputType {