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/operators/bmo_create.c | 2 +- source/blender/bmesh/operators/bmo_hull.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh/operators') 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