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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-23 12:27:55 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-23 12:27:55 +0300
commitbaa5fe1bfcdecc6a2697c2629dae6ff24e217877 (patch)
tree936bdc3427028da451da6bf425fae0776d261a14 /intern
parent2e5663c2c6c7447247968c585b6cd88522acfb79 (diff)
Cleanup: Spelling in comment
Diffstat (limited to 'intern')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
index c74e05eca0f..9a8729ccda4 100644
--- a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
+++ b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
@@ -130,7 +130,7 @@ template <int element_size, int num_vertices>
class StackAllocatedBuffer {
public:
static PatchCoordBuffer* Create(int /*size*/) {
- // TODO(sergey): Validate that requested dize is smaller than static
+ // TODO(sergey): Validate that requested size is smaller than static
// stack memory size.
return new StackAllocatedBuffer<element_size, num_vertices>();
}