From 2918a3a2a374d9ad98923e9f6824534d7872c83f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Jun 2022 21:22:11 +1000 Subject: Cleanup: spelling in comments, minor formatting tweaks --- source/blender/blenlib/BLI_math_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_math_matrix.h') diff --git a/source/blender/blenlib/BLI_math_matrix.h b/source/blender/blenlib/BLI_math_matrix.h index edfe53bc938..2cd2a299d53 100644 --- a/source/blender/blenlib/BLI_math_matrix.h +++ b/source/blender/blenlib/BLI_math_matrix.h @@ -374,7 +374,7 @@ void invert_m3_m3_safe_ortho(float Ainv[3][3], const float A[3][3]); * A safe version of invert that uses valid axes, calculating the zero'd axis * based on the non-zero ones. * - * This works well for transformation matrices, when a single axis is zerod. + * This works well for transformation matrices, when a single axis is zeroed. */ void invert_m4_m4_safe_ortho(float Ainv[4][4], const float A[4][4]); -- cgit v1.2.3