From eb3ff1d6f9ca231f7cfde4a5b8255fa895d80d00 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Jan 2022 11:55:33 +1100 Subject: Cleanup: spelling in comments --- source/blender/bmesh/intern/bmesh_mesh.c | 2 +- source/blender/bmesh/operators/bmo_create.c | 2 +- source/blender/bmesh/operators/bmo_hull.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c index ad52daa4731..b65f6e4c872 100644 --- a/source/blender/bmesh/intern/bmesh_mesh.c +++ b/source/blender/bmesh/intern/bmesh_mesh.c @@ -928,7 +928,7 @@ void BM_mesh_remap(BMesh *bm, const uint *vert_idx, const uint *edge_idx, const /* Edges' pointers, only vert pointers (as we don't mess with loops!), * and - ack! - edge pointers, - * as we have to handle disklinks... */ + * as we have to handle disk-links. */ if (vptr_map || eptr_map) { BM_ITER_MESH (ed, &iter, bm, BM_EDGES_OF_MESH) { if (vptr_map) { diff --git a/source/blender/bmesh/operators/bmo_create.c b/source/blender/bmesh/operators/bmo_create.c index c337724d096..6bb2830c71b 100644 --- a/source/blender/bmesh/operators/bmo_create.c +++ b/source/blender/bmesh/operators/bmo_create.c @@ -17,7 +17,7 @@ /** \file * \ingroup bmesh * - * Create faces or edges (Fkey by default). + * Create faces or edges (F-key by default). */ #include "MEM_guardedalloc.h" diff --git a/source/blender/bmesh/operators/bmo_hull.c b/source/blender/bmesh/operators/bmo_hull.c index 740815691cc..f6cdb18f982 100644 --- a/source/blender/bmesh/operators/bmo_hull.c +++ b/source/blender/bmesh/operators/bmo_hull.c @@ -30,7 +30,7 @@ # include "RBI_hull_api.h" -/* XXX: using 128 for totelem and pchunk of mempool, no idea what good +/* XXX: using 128 for totelem and `pchunk` of `mempool`, no idea what good * values would be though */ # include "bmesh.h" -- cgit v1.2.3