Cleanup: spelling in comments

This commit is contained in:
2023-03-17 16:43:56 +11:00
parent 01a29ebaeb
commit b6b0bc4531
13 changed files with 26 additions and 26 deletions

View File

@@ -803,7 +803,7 @@ static PyObject *C_BVHTree_FromPolygons(PyObject * /*cls*/, PyObject *args, PyOb
}
*p_plink_prev = nullptr;
/* all ngon's are parsed, now tessellate */
/* All NGON's are parsed, now tessellate. */
pf_arena = BLI_memarena_new(BLI_POLYFILL_ARENA_SIZE, __func__);
tris = static_cast<uint(*)[3]>(MEM_mallocN(sizeof(*tris) * size_t(tris_len), __func__));