From 6db1fb197c169633bef9b23542464f89e9c4dbe6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Mar 2021 13:18:20 +1100 Subject: Cleanup: spelling, doxygen comment formatting --- source/blender/makesrna/intern/rna_sequencer_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_sequencer_api.c') diff --git a/source/blender/makesrna/intern/rna_sequencer_api.c b/source/blender/makesrna/intern/rna_sequencer_api.c index a6a0e9d3dcd..1fb0e502ec6 100644 --- a/source/blender/makesrna/intern/rna_sequencer_api.c +++ b/source/blender/makesrna/intern/rna_sequencer_api.c @@ -88,10 +88,10 @@ static void rna_Sequences_move_strip_to_meta(ID *id, { Scene *scene = (Scene *)id; - /* Move strip to meta */ + /* Move strip to meta. */ SEQ_edit_move_strip_to_meta(scene, seq_self, meta_dst); - /* Udate depsgraph */ + /* Update depsgraph. */ DEG_relations_tag_update(bmain); DEG_id_tag_update(&scene->id, ID_RECALC_SEQUENCER_STRIPS); -- cgit v1.2.3