Cleanup: spelling in comments

This commit is contained in:
2023-01-20 15:19:32 +11:00
parent 06c836c911
commit 844cca9984
22 changed files with 43 additions and 44 deletions

View File

@@ -887,7 +887,7 @@ static void bm_uv_build_islands(UvElementMap *element_map,
MEM_SAFE_FREE(map);
}
/* return true if `loop` has UV co-ordinates which match `luv_a` and `luv_b` */
/** Return true if `loop` has UV co-ordinates which match `luv_a` and `luv_b`. */
static bool loop_uv_match(BMLoop *loop,
const float luv_a[2],
const float luv_b[2],