From 6d3d2988faad182eedc34210c651f8edb1cda6d8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Oct 2021 22:24:56 +1100 Subject: Cleanup: spelling in comments --- source/blender/editors/object/object_relations.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/object/object_relations.c') diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index a64510662d9..aa15ce36582 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -2642,8 +2642,10 @@ static int drop_named_material_invoke(bContext *C, wmOperator *op, const wmEvent return OPERATOR_FINISHED; } -/* used for dropbox */ -/* assigns to object under cursor, only first material slot */ +/** + * Used for drop-box. + * Assigns to object under cursor, only first material slot. + */ void OBJECT_OT_drop_named_material(wmOperatorType *ot) { /* identifiers */ -- cgit v1.2.3