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>2020-08-19 04:42:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-19 07:04:36 +0300
commit7a602fb52592329ab7283fb2081be3a1bdc18b63 (patch)
tree7d57e74e704a67a0d2f308c0c1c454ba39282b3a /source/blender/gpu/intern
parent3f43f57731a76046749b02c458234d25130e8221 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_state_private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_state_private.hh b/source/blender/gpu/intern/gpu_state_private.hh
index 99f580de15e..1ba79c7c048 100644
--- a/source/blender/gpu/intern/gpu_state_private.hh
+++ b/source/blender/gpu/intern/gpu_state_private.hh
@@ -31,7 +31,7 @@
namespace blender {
namespace gpu {
-/* Ecapsulate all pipeline state that we need to track.
+/* Encapsulate all pipeline state that we need to track.
* Try to keep small to reduce validation time. */
union GPUState {
struct {