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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-05-14 10:35:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-14 10:38:16 +0300
commita1568431126ec2bcc0a5c9035656c009a89c0cac (patch)
tree97289e1d15c19248efa5594a0d04789cc77a71aa /intern
parentc1c0b661c0147faf565f6fde080c356504710a70 (diff)
Cleanup: spelling, rename metas to meta-strips / meta-balls
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/geometry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/geometry.h b/intern/cycles/render/geometry.h
index 4d11d04e4c8..7db122f69cb 100644
--- a/intern/cycles/render/geometry.h
+++ b/intern/cycles/render/geometry.h
@@ -50,7 +50,7 @@ enum PackFlags : uint32_t {
/* Pack the geometry information (e.g. triangle or curve keys indices). */
PACK_GEOMETRY = (1u << 0),
- /* Pack the vertice, for Meshes and Volumes' bouding meshes. */
+ /* Pack the vertices, for Meshes and Volumes' bounding meshes. */
PACK_VERTICES = (1u << 1),
/* Pack the visibility flags for each triangle or curve. */