Cleanup: correct tracker ID in comment

This commit is contained in:
Campbell Barton 2021-09-15 16:51:44 +10:00
parent a2c5c2b406
commit 8cbe55c9e9
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ typedef struct VFontToCurveIter {
* so floating-point error doesn't cause unexpected wrapping, see T89241.
*
* \note This should only be set once, in the #VFONT_TO_CURVE_INIT pass
* otherwise iterations wont behave predictably, see T89241.
* otherwise iterations wont behave predictably, see T91401.
*/
bool word_wrap;
int status;