From ff10f7803ec863fe9b05d1bd3b3cff034d336a41 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Aug 2025 07:36:32 +1000 Subject: [PATCH] Cleanup: correct comment --- source/blender/bmesh/intern/bmesh_query.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/bmesh/intern/bmesh_query.hh b/source/blender/bmesh/intern/bmesh_query.hh index fc12963ff4e..38e4ae05007 100644 --- a/source/blender/bmesh/intern/bmesh_query.hh +++ b/source/blender/bmesh/intern/bmesh_query.hh @@ -639,7 +639,7 @@ BMVert *BM_edge_share_vert(BMEdge *e1, BMEdge *e2) ATTR_WARN_UNUSED_RESULT ATTR_ /** * \brief Return the Loop Shared by Edge and Vert * - * Finds the loop used which uses \a in face loop \a l + * Finds the loop used which uses \a v in face loop \a l * * \note this function takes a loop rather than an edge * so we can select the face that the loop should be from.