Cleanup: typos in comments.

This commit is contained in:
2021-11-28 19:05:22 +01:00
parent f7f558e293
commit 444971aa8e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -535,7 +535,7 @@ static DRW_MeshCDMask mesh_cd_calc_used_gpu_layers(const Mesh *me,
AttributeDomain domain = ATTR_DOMAIN_NUM;
if (type == CD_AUTO_FROM_NAME) {
/* We need to deduct what exact layer is used.
/* We need to deduce what exact layer is used.
*
* We do it based on the specified name.
*/