From 1cf45fe10f7f99905343012798be6dbac51c3384 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 2 Aug 2021 15:22:54 +1000 Subject: Cleanup: spelling --- source/blender/simulation/intern/implicit_blender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/simulation') diff --git a/source/blender/simulation/intern/implicit_blender.c b/source/blender/simulation/intern/implicit_blender.c index 10a5f153662..ad903e9da4a 100644 --- a/source/blender/simulation/intern/implicit_blender.c +++ b/source/blender/simulation/intern/implicit_blender.c @@ -2204,7 +2204,7 @@ bool SIM_mass_spring_force_spring_bending_hair(Implicit_Data *data, world_to_root_v3(data, j, goal, target); spring_hairbend_forces(data, i, j, k, goal, stiffness, damping, k, vecnull, vecnull, fk); - negate_v3_v3(fj, fk); /* counterforce */ + negate_v3_v3(fj, fk); /* Counter-force. */ spring_hairbend_estimate_dfdx(data, i, j, k, goal, stiffness, damping, i, dfk_dxi); spring_hairbend_estimate_dfdx(data, i, j, k, goal, stiffness, damping, j, dfk_dxj); -- cgit v1.2.3