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
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-11-28 21:05:22 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-11-28 21:05:22 +0300
commit444971aa8e556576fc4f9eb099e8d60ccea28902 (patch)
treea8669c2d42bbba234cfdbfa1311e907203676d7f /intern/opensubdiv
parentf7f558e293e9cfde672b62083d01a6d68cb674b1 (diff)
Cleanup: typos in comments.
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/internal/evaluator/evaluator_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/evaluator/evaluator_impl.h b/intern/opensubdiv/internal/evaluator/evaluator_impl.h
index 6a3682efa62..e7ccc9b376a 100644
--- a/intern/opensubdiv/internal/evaluator/evaluator_impl.h
+++ b/intern/opensubdiv/internal/evaluator/evaluator_impl.h
@@ -37,7 +37,7 @@ namespace opensubdiv {
// Anonymous forward declaration of actual evaluator implementation.
class CpuEvalOutput;
-// Wrapper around implementaiton, which defines API which we are capable to
+// Wrapper around implementation, which defines API which we are capable to
// provide over the implementation.
//
// TODO(sergey): It is almost the same as C-API object, so ideally need to