Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-05-02 10:53:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-05-02 10:53:11 +0300
commit2b88ed30cc39977685552076f2e4ef20c85bf301 (patch)
tree7bd0aee73e76463b7170a3741bffa35590eaf5d4 /source/blender/makesdna/DNA_sequence_types.h
parent6fb51ece54b6b439c70f3a9010e7a52aaf1a806d (diff)
Cleanup: Comments
A spelling issues introduced in 5a43406e1bad. From quick look the sequencer seems to be the only special boy. But the change is a bit too big to carefully re-read for exact spelling mistakes.
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 2a4d1b5d9d3..c21fa2ba64e 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -134,7 +134,7 @@ typedef struct Sequence {
/** SEQ_NAME_MAXSTR - name, set by default and needs to be unique, for RNA paths. */
char name[64];
- /**fLags bitmap (see below) and the type of sequenc.e*/
+ /** Flags bitmap (see below) and the type of sequence. */
int flag, type;
/** The length of the contents of this strip - before handles are applied. */
int len;
@@ -155,7 +155,7 @@ typedef struct Sequence {
int startstill, endstill;
/** Machine: the strip channel, depth the depth in the sequence when dealing with metastrips. */
int machine, depth;
- /** Starting and ending points of the strip in the sequenc.e*/
+ /** Starting and ending points of the strip in the sequence. */
int startdisp, enddisp;
float sat;
float mul, handsize;