[Bf-blender-cvs] [9fcb4e64065] blender2.8: Typo fix

Sybren A. Stüvel noreply at git.blender.org
Tue May 1 18:06:05 CEST 2018


Commit: 9fcb4e64065e85a4dfe37cc6496458bb524d6b3a
Author: Sybren A. Stüvel
Date:   Wed Apr 25 12:09:12 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB9fcb4e64065e85a4dfe37cc6496458bb524d6b3a

Typo fix

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

M	source/blender/blenkernel/intern/cdderivedmesh.c

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

diff --git a/source/blender/blenkernel/intern/cdderivedmesh.c b/source/blender/blenkernel/intern/cdderivedmesh.c
index a022ef14506..7cd181f315f 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -1477,7 +1477,7 @@ static bool poly_gset_compare_fn(const void *k1, const void *k2)
  * \param vtargetmap  The table that maps vertices to target vertices.  a value of -1
  * indicates a vertex is a target, and is to be kept.
  * This array is aligned with 'dm->numVertData'
- * \warning \a vtergatmap must **not** contain any chained mapping (v1 -> v2 -> v3 etc.), this is not supported
+ * \warning \a vtargetmap must **not** contain any chained mapping (v1 -> v2 -> v3 etc.), this is not supported
  * and will likely generate corrupted geometry.
  *
  * \param tot_vtargetmap  The number of non '-1' values in vtargetmap. (not the size)



More information about the Bf-blender-cvs mailing list