[Bf-blender-cvs] [35f379ba26f] master: Tracking: Actual spelling cleanup in the comment

Sergey Sharybin noreply at git.blender.org
Thu Jan 21 12:35:30 CET 2021


Commit: 35f379ba26fb6edcde6a9f8248457fc473d114d6
Author: Sergey Sharybin
Date:   Thu Jan 21 12:34:37 2021 +0100
Branches: master
https://developer.blender.org/rB35f379ba26fb6edcde6a9f8248457fc473d114d6

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.

===================================================================

M	source/blender/editors/transform/transform_convert_tracking.c

===================================================================

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`.



More information about the Bf-blender-cvs mailing list