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