From 25266caa454324b3394c09920913fb419b5abf2b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Nov 2020 11:39:03 +1100 Subject: Cleanup: spelling --- source/blender/sequencer/intern/strip_edit.c | 2 +- source/blender/sequencer/intern/strip_transform.c | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'source/blender/sequencer') diff --git a/source/blender/sequencer/intern/strip_edit.c b/source/blender/sequencer/intern/strip_edit.c index b03c5142a60..3137a471470 100644 --- a/source/blender/sequencer/intern/strip_edit.c +++ b/source/blender/sequencer/intern/strip_edit.c @@ -278,7 +278,7 @@ static void seq_split_set_left_offset(Sequence *seq, int timeline_frame) * \param seq: Sequence to be split * \param timeline_frame: frame at which seq is split. * \param method: affects type of offset to be applied to resize Sequence - * \return poitner to created Sequence. This is always Sequence on right side. + * \return The newly created sequence strip. This is always Sequence on right side. */ Sequence *SEQ_edit_strip_split(Main *bmain, Scene *scene, diff --git a/source/blender/sequencer/intern/strip_transform.c b/source/blender/sequencer/intern/strip_transform.c index dd6b7e6dba5..233f8e5b22e 100644 --- a/source/blender/sequencer/intern/strip_transform.c +++ b/source/blender/sequencer/intern/strip_transform.c @@ -140,8 +140,10 @@ bool BKE_sequence_base_isolated_sel_check(ListBase *seqbase) return true; } -/* use to impose limits when dragging/extending - so impossible situations don't happen - * Cant use the SEQ_LEFTSEL and SEQ_LEFTSEL directly because the strip may be in a metastrip */ +/** + * Use to impose limits when dragging/extending - so impossible situations don't happen. + * Cant use the #SEQ_LEFTSEL and #SEQ_LEFTSEL directly because the strip may be in a meta-strip. + */ void BKE_sequence_tx_handle_xlimits(Sequence *seq, int leftflag, int rightflag) { if (leftflag) { @@ -214,7 +216,7 @@ bool BKE_sequence_tx_test(Sequence *seq) /** * Return \a true if given \a seq needs a complete cleanup of its cache when it is transformed. * - * Some (effect) strip types need a complete recache of themselves when they are transformed, + * Some (effect) strip types need a complete re-cache of themselves when they are transformed, * because they do not 'contain' anything and do not have any explicit relations to other strips. */ bool BKE_sequence_tx_fullupdate_test(Sequence *seq) -- cgit v1.2.3