From 7b84a5a370a59eabfe798d8209889a2c05645854 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 10 Feb 2021 07:57:52 +1100 Subject: Cleanup: spelling --- source/blender/blenkernel/BKE_attribute_math.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_attribute_math.hh') diff --git a/source/blender/blenkernel/BKE_attribute_math.hh b/source/blender/blenkernel/BKE_attribute_math.hh index 606811ca12d..0294a8c09d5 100644 --- a/source/blender/blenkernel/BKE_attribute_math.hh +++ b/source/blender/blenkernel/BKE_attribute_math.hh @@ -242,8 +242,8 @@ template<> struct DefaultMixerStruct { { return value >= 0.5f; } - /* Store interpolated bools in a float temporary. Otherwise information provided by weights is - * easily rounded away. */ + /* Store interpolated booleans in a float temporary. + * Otherwise information provided by weights is easily rounded away. */ using type = SimpleMixerWithAccumulationType; }; -- cgit v1.2.3