[Bf-blender-cvs] [baa5fe1bfcd] master: Cleanup: Spelling in comment

Sergey Sharybin noreply at git.blender.org
Wed Jan 23 10:28:14 CET 2019


Commit: baa5fe1bfcdecc6a2697c2629dae6ff24e217877
Author: Sergey Sharybin
Date:   Wed Jan 23 10:27:55 2019 +0100
Branches: master
https://developer.blender.org/rBbaa5fe1bfcdecc6a2697c2629dae6ff24e217877

Cleanup: Spelling in comment

===================================================================

M	intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc

===================================================================

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>();
   }



More information about the Bf-blender-cvs mailing list