From 8b06c524d207f5e67ef22d6a1869c94d8f91717f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 4 Mar 2022 10:29:53 +1100 Subject: Cleanup: spelling in comments, function name --- source/blender/editors/mesh/editmesh_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mesh/editmesh_select.c') diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c index d8fc7a4f9d4..8784b1a90d9 100644 --- a/source/blender/editors/mesh/editmesh_select.c +++ b/source/blender/editors/mesh/editmesh_select.c @@ -3552,7 +3552,7 @@ static int edbm_select_linked_pick_invoke(bContext *C, wmOperator *op, const wmE return edbm_select_linked_pick_exec(C, op); } - /* unified_finednearest needs ogl */ + /* #unified_findnearest needs OpenGL. */ view3d_operator_needs_opengl(C); /* setup view context for argument to callbacks */ -- cgit v1.2.3