From 1411118055368022cf466448d4da8494d05e02c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 24 Oct 2021 19:31:08 +1100 Subject: Cleanup: spelling in comments --- source/blender/bmesh/intern/bmesh_operators.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/intern/bmesh_operators.c b/source/blender/bmesh/intern/bmesh_operators.c index cf7697ad35f..221994aa313 100644 --- a/source/blender/bmesh/intern/bmesh_operators.c +++ b/source/blender/bmesh/intern/bmesh_operators.c @@ -1796,11 +1796,11 @@ bool BMO_op_vinitf(BMesh *bm, BMOperator *op, const int flag, const char *_fmt, while (*fmt) { if (state) { - /* jump past leading whitespace */ + /* Jump past leading white-space. */ i = strspn(fmt, " "); fmt += i; - /* ignore trailing whitespace */ + /* Ignore trailing white-space. */ if (!fmt[i]) { break; } -- cgit v1.2.3