From d9930d5fd0018fba9bd8bdda63cfd319c99c1884 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 17 Sep 2022 14:46:50 +1000 Subject: Cleanup: spelling, punctuation & repeated words in comments --- source/blender/modifiers/intern/MOD_correctivesmooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_correctivesmooth.c b/source/blender/modifiers/intern/MOD_correctivesmooth.c index f9c6cf8416d..5a9f7c657eb 100644 --- a/source/blender/modifiers/intern/MOD_correctivesmooth.c +++ b/source/blender/modifiers/intern/MOD_correctivesmooth.c @@ -412,7 +412,7 @@ static bool calc_tangent_loop(const float v_dir_prev[3], * NOTE: while it seems more logical to use `v_dir_prev` & `v_dir_next` as separate X/Y axis * (instead of combining them as is done here). It's not necessary as the directions of the * axis aren't important as long as the difference between tangent matrices is equivalent. - * Some computations can be skipped by combining the the two directions, + * Some computations can be skipped by combining the two directions, * using the cross product for the 3rd axes. */ add_v3_v3(r_tspace[0], r_tspace[1]); normalize_v3(r_tspace[0]); -- cgit v1.2.3