[Bf-blender-cvs] [9c3fa996582] master: Cleanup: Correct argument names in comment

Julian Eisel noreply at git.blender.org
Wed Sep 2 16:26:35 CEST 2020


Commit: 9c3fa9965829a679acf2285cda3389fa0f08be7f
Author: Julian Eisel
Date:   Wed Sep 2 16:25:20 2020 +0200
Branches: master
https://developer.blender.org/rB9c3fa9965829a679acf2285cda3389fa0f08be7f

Cleanup: Correct argument names in comment

Names were changed in 66b12ef4ab94, but the comment wasn't updated.

===================================================================

M	source/blender/blenlib/intern/math_vector.c

===================================================================

diff --git a/source/blender/blenlib/intern/math_vector.c b/source/blender/blenlib/intern/math_vector.c
index fb3ea539df1..4d35f1e34d4 100644
--- a/source/blender/blenlib/intern/math_vector.c
+++ b/source/blender/blenlib/intern/math_vector.c
@@ -706,7 +706,7 @@ void project_v3_v3v3_normalized(float out[3], const float p[3], const float v_pr
 /**
  * In this case plane is a 3D vector only (no 4th component).
  *
- * Projecting will make \a c a copy of \a v orthogonal to \a v_plane.
+ * Projecting will make \a out a copy of \a p orthogonal to \a v_plane.
  *
  * \note If \a v is exactly perpendicular to \a v_plane, \a c will just be a copy of \a v.
  *



More information about the Bf-blender-cvs mailing list