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:
authorCampbell Barton <ideasman42@gmail.com>2021-01-15 04:23:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-15 04:23:50 +0300
commit04572f0899f5cb45e71178a4d3ac03a01e1c088a (patch)
tree2726bc9c7fb6fa04765425ea8ddc3676231a6e57 /source/blender/editors/transform
parentdc59955481f8e4ed585a18461062728ca6c885d3 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/transform')
-rw-r--r--source/blender/editors/transform/transform_convert_tracking.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/transform/transform_convert_tracking.c b/source/blender/editors/transform/transform_convert_tracking.c
index 9b999b26ba3..26f956e852f 100644
--- a/source/blender/editors/transform/transform_convert_tracking.c
+++ b/source/blender/editors/transform/transform_convert_tracking.c
@@ -80,10 +80,10 @@ typedef struct TransformInitContext {
TransInfo *t;
TransDataContainer *tc;
- /* MOTE: There pointers will be nullptr during counting step.
+ /* MOTE: There pointers will be `nullptr` during counting step.
* This means, that the transformation data initialization functions are to increment
- * `tc->data_len` instead of filling in the transformation data when these pointers are nullptr.
- * For simplicitly, check the `current.td` against nullptr.
+ * `tc->data_len` instead of filling in the transformation data when these pointers are
+ * `nullptr`. For simplicity, check the `current.td` against `nullptr`.
* Do not `tc->data_len` when filling in the transformation data. */
struct {
TransData *td;