From 49781ab72b2dfd0f78172023921d08d08f323ade Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Sun, 24 Sep 2023 20:09:17 -0400 Subject: [PATCH] Comment typos. --- src/base/ftstream.c | 2 +- src/truetype/ttgload.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/ftstream.c b/src/base/ftstream.c index 64826aceb..80ba6cd5e 100644 --- a/src/base/ftstream.c +++ b/src/base/ftstream.c @@ -830,7 +830,7 @@ goto Exit; } - /* now, compute the signed value is necessary */ + /* now, compute the signed value if necessary */ if ( fields->value & FT_FRAME_OP_SIGNED ) value = (FT_ULong)( (FT_Int32)( value << sign_shift ) >> sign_shift ); diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c index dc427e8a1..c7468ec99 100644 --- a/src/truetype/ttgload.c +++ b/src/truetype/ttgload.c @@ -2313,7 +2313,7 @@ * * 1) we have a `tricky' font that heavily relies on the interpreter to * render glyphs correctly, for example DFKai-SB, or - * 2) FT_RENDER_MODE_MONO (i.e, monochome rendering) is requested. + * 2) FT_RENDER_MODE_MONO (i.e, monochrome rendering) is requested. * * In those cases, backward compatibility needs to be turned off to get * correct rendering. The rendering is then completely up to the