diff --git a/source/blender/bmesh/intern/bmesh_mods.hh b/source/blender/bmesh/intern/bmesh_mods.hh index 32f920cc164..1037b8fcb27 100644 --- a/source/blender/bmesh/intern/bmesh_mods.hh +++ b/source/blender/bmesh/intern/bmesh_mods.hh @@ -58,8 +58,8 @@ bool BM_disk_dissolve(BMesh *bm, BMVert *v); * \param l_b: Second loop of an adjacent face pair that will be joined. * \param do_del: If true, remove the original faces, internal edges, * and internal verts such that they are replaced by the new face. - * \param r_double: A pointer to a BMFace* that controls processing of doubled faces. - * See #BM_faces_join_pair `r_double` argument for details. + * \param r_double: A pointer to a face that controls processing of doubled faces. + * See #BM_faces_join `r_double` argument for details. * * \return The combined face or NULL on failure. */