From 9c3fa9965829a679acf2285cda3389fa0f08be7f Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Wed, 2 Sep 2020 16:25:20 +0200 Subject: Cleanup: Correct argument names in comment Names were changed in 66b12ef4ab94, but the comment wasn't updated. --- source/blender/blenlib/intern/math_vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- cgit v1.2.3