From baa5fe1bfcdecc6a2697c2629dae6ff24e217877 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 23 Jan 2019 10:27:55 +0100 Subject: Cleanup: Spelling in comment --- intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/opensubdiv') 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(); } -- cgit v1.2.3