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.
This commit is contained in:
Sergey Sharybin 2021-01-21 12:34:37 +01:00
parent 793547e7d1
commit 35f379ba26
1 changed files with 1 additions and 1 deletions

View File

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