diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c index 1c5bb4545..869a3d850 100644 --- a/src/autofit/aflatin.c +++ b/src/autofit/aflatin.c @@ -625,7 +625,7 @@ limit = metrics->root.globals->increase_x_height; threshold = 40; - /* if the `increase_x_height' property is active, */ + /* if the `increase-x-height' property is active, */ /* we round up much more often */ if ( limit && ppem <= limit && diff --git a/src/autofit/aflatin2.c b/src/autofit/aflatin2.c index 26f74908c..78ac920b5 100644 --- a/src/autofit/aflatin2.c +++ b/src/autofit/aflatin2.c @@ -574,7 +574,7 @@ limit = metrics->root.globals->increase_x_height; threshold = 40; - /* if the `increase_x_height' property is active, */ + /* if the `increase-x-height' property is active, */ /* we round up much more often */ if ( limit && ppem <= limit &&