Cleanup: Spelling

This commit is contained in:
Sergey Sharybin
2019-04-05 12:52:57 +02:00
parent b3b335c398
commit 2bd8f2dfad

View File

@@ -240,7 +240,7 @@ BLI_INLINE void BKE_subdiv_ptex_face_uv_to_grid_uv(
const float ptex_u, const float ptex_v,
float *r_grid_u, float *r_grid_v);
/* Onverse of above. */
/* Inverse of above. */
BLI_INLINE void BKE_subdiv_grid_uv_to_ptex_face_uv(
const float grid_u, const float grid_v,
float *r_ptex_u, float *r_ptex_v);