From 828c66f393232f99272122623cacf2266cccbfa2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 26 Jul 2021 12:32:42 +1000 Subject: Cleanup: spelling in comments --- source/blender/bmesh/tools/bmesh_bevel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c index fd18153ec2c..0f99f04ad57 100644 --- a/source/blender/bmesh/tools/bmesh_bevel.c +++ b/source/blender/bmesh/tools/bmesh_bevel.c @@ -384,7 +384,7 @@ typedef struct BevelParams { // #pragma GCC diagnostic ignored "-Wpadded" -/* Only for debugging, this file shouldn't be in blender repo. */ +/* Only for debugging, this file shouldn't be in blender repository. */ // #include "bevdebug.c" /* Use the unused _BM_ELEM_TAG_ALT flag to flag the 'long' loops (parallel to beveled edge) @@ -1495,8 +1495,8 @@ static void offset_meet(BevelParams *bp, } } -/* This was changed from 0.25f to fix bug T86768. Original bug T44961 remainx fixed with this - * value. */ +/* This was changed from 0.25f to fix bug T86768. + * Original bug T44961 remains fixed with this value. */ #define BEVEL_GOOD_ANGLE 0.0001f /** -- cgit v1.2.3