From ac662dcdcfb90df165022b9e2d8f5c894ccff177 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Sun, 27 Jul 2025 19:24:36 -0400 Subject: [PATCH] * src/truetype/ttinterp.c: Fix comments. --- src/truetype/ttinterp.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c index 090ea6b2f..94386001c 100644 --- a/src/truetype/ttinterp.c +++ b/src/truetype/ttinterp.c @@ -1675,8 +1675,8 @@ * distance :: * The distance (not) to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * The compensated distance. @@ -1718,8 +1718,8 @@ * distance :: * The distance to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * Rounded distance. @@ -1763,8 +1763,8 @@ * distance :: * The distance to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * Rounded distance. @@ -1810,8 +1810,8 @@ * distance :: * The distance to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * Rounded distance. @@ -1854,8 +1854,8 @@ * distance :: * The distance to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * Rounded distance. @@ -1899,8 +1899,8 @@ * distance :: * The distance to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * Rounded distance. @@ -1944,8 +1944,8 @@ * distance :: * The distance to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * Rounded distance. @@ -1999,8 +1999,8 @@ * distance :: * The distance to round. * - * color :: - * The engine compensation color. + * compensation :: + * The engine compensation. * * @Return: * Rounded distance.