From 4bbb043bc57f1dc27aa46624cd4d11b063070bac Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Sep 2022 10:03:46 +1000 Subject: Cleanup: spelling in comments, comment blocks --- source/blender/simulation/intern/hair_volume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/simulation') diff --git a/source/blender/simulation/intern/hair_volume.cpp b/source/blender/simulation/intern/hair_volume.cpp index 36ac0c3906e..43f1ee36cd3 100644 --- a/source/blender/simulation/intern/hair_volume.cpp +++ b/source/blender/simulation/intern/hair_volume.cpp @@ -787,7 +787,7 @@ bool SIM_hair_volume_solve_divergence(HairGrid *grid, vert->density, target_density, target_strength); /* B vector contains the finite difference approximation of the velocity divergence. - * NOTE: according to the discretized Navier-Stokes equation the rhs vector + * NOTE: according to the discretized Navier-Stokes equation the RHS vector * and resulting pressure gradient should be multiplied by the (inverse) density; * however, this is already included in the weighting of hair velocities on the grid! */ -- cgit v1.2.3