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@blender.org>2021-01-21 14:34:37 +0300
committerSergey Sharybin <sergey@blender.org>2021-01-21 14:34:37 +0300
commit35f379ba26fb6edcde6a9f8248457fc473d114d6 (patch)
tree21c11355345cf3e318d40dcbf7939350c6ebaec9 /source/blender/editors/transform/transform_convert_tracking.c
parent793547e7d1401ad545e0450b80c7bafd521c60e1 (diff)
Tracking: Actual spelling cleanup in the comment
The previous spelling cleanup did not catch this, so didn't the review of the coming proportional editing code change.
Diffstat (limited to 'source/blender/editors/transform/transform_convert_tracking.c')
-rw-r--r--source/blender/editors/transform/transform_convert_tracking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_convert_tracking.c b/source/blender/editors/transform/transform_convert_tracking.c
index f8199e8011f..be8c2aa5ae3 100644
--- a/source/blender/editors/transform/transform_convert_tracking.c
+++ b/source/blender/editors/transform/transform_convert_tracking.c
@@ -80,7 +80,7 @@ typedef struct TransformInitContext {
TransInfo *t;
TransDataContainer *tc;
- /* MOTE: There pointers will be `nullptr` during counting step.
+ /* MOTE: These 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 simplicity, check the `current.td` against `nullptr`.