From dbaa9291f2731e1775f75cbb548c0296e3100227 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Sep 2020 12:25:58 +1000 Subject: Cleanup: spelling --- source/blender/blenkernel/BKE_paint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_paint.h') diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h index fc6cdc397cc..653c8a752d5 100644 --- a/source/blender/blenkernel/BKE_paint.h +++ b/source/blender/blenkernel/BKE_paint.h @@ -583,7 +583,7 @@ void BKE_sculpt_bvh_update_from_ccg(struct PBVH *pbvh, struct SubdivCCG *subdiv_ * updated according to the face sets. */ void BKE_sculpt_sync_face_set_visibility(struct Mesh *mesh, struct SubdivCCG *subdiv_ccg); -/* Ensures that a Face Set datalayers exists. If it does not, it creates one respecting the +/* Ensures that a Face Set data-layers exists. If it does not, it creates one respecting the * visibility stored in the vertices of the mesh. If it does, it copies the visibility from the * mesh to the Face Sets. */ void BKE_sculpt_face_sets_ensure_from_base_mesh_visibility(struct Mesh *mesh); -- cgit v1.2.3