Tracking: Cleanup, yet another spelling in the same line

Spotted by Jacques, thanks!
This commit is contained in:
Sergey Sharybin 2021-01-21 12:52:25 +01:00
parent 649c87814d
commit 324d6d2192
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ typedef struct TransformInitContext {
TransInfo *t;
TransDataContainer *tc;
/* MOTE: These pointers will be `nullptr` during counting step.
/* NOTE: 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`.