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>2019-11-24 16:55:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-24 16:55:11 +0300
commitace5677ef0db996a4236073d1e1d6895fd5cf4bd (patch)
treed0ebc824718d8ef6f0aad260803e87228384023d /source/blender/gpu/GPU_vertex_format.h
parentf67a685ad9f6565a2c7054d73188bd2f3003a6df (diff)
Cleanup: spelling, repeated words
Diffstat (limited to 'source/blender/gpu/GPU_vertex_format.h')
-rw-r--r--source/blender/gpu/GPU_vertex_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_vertex_format.h b/source/blender/gpu/GPU_vertex_format.h
index 8c22e3e1104..b50665d0256 100644
--- a/source/blender/gpu/GPU_vertex_format.h
+++ b/source/blender/gpu/GPU_vertex_format.h
@@ -75,7 +75,7 @@ typedef struct GPUVertAttr {
BLI_STATIC_ASSERT(GPU_VERT_ATTR_NAMES_BUF_LEN <= 256,
"We use uchar as index inside the name buffer "
- "so GPU_VERT_ATTR_NAMES_BUF_LEN needs to be be "
+ "so GPU_VERT_ATTR_NAMES_BUF_LEN needs to be "
"smaller than GPUVertFormat->name_offset and "
"GPUVertAttr->names maximum value");