From fbeec91abf3ff4660c405a248f4ae978eba9be80 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 30 May 2022 10:22:17 +0200 Subject: Cleanup: fix various typos Contributed by luzpaz Differential Revision: https://developer.blender.org/D15057 --- intern/opensubdiv/internal/evaluator/evaluator_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/opensubdiv') diff --git a/intern/opensubdiv/internal/evaluator/evaluator_impl.cc b/intern/opensubdiv/internal/evaluator/evaluator_impl.cc index a5273cad13a..29b2fe3975f 100644 --- a/intern/opensubdiv/internal/evaluator/evaluator_impl.cc +++ b/intern/opensubdiv/internal/evaluator/evaluator_impl.cc @@ -581,7 +581,7 @@ OpenSubdiv_EvaluatorImpl *openSubdiv_createEvaluatorInternal( evaluator_descr->eval_output = new blender::opensubdiv::EvalOutputAPI(eval_output, patch_map); evaluator_descr->patch_map = patch_map; evaluator_descr->patch_table = patch_table; - // TOOD(sergey): Look into whether we've got duplicated stencils arrays. + // TODO(sergey): Look into whether we've got duplicated stencils arrays. delete vertex_stencils; delete varying_stencils; for (const StencilTable *table : all_face_varying_stencils) { -- cgit v1.2.3