Comment typos.

This commit is contained in:
Alexei Podtelezhnikov 2023-09-24 20:09:17 -04:00
parent 73490681a7
commit 49781ab72b
2 changed files with 2 additions and 2 deletions

View File

@ -830,7 +830,7 @@
goto Exit; goto Exit;
} }
/* now, compute the signed value is necessary */ /* now, compute the signed value if necessary */
if ( fields->value & FT_FRAME_OP_SIGNED ) if ( fields->value & FT_FRAME_OP_SIGNED )
value = (FT_ULong)( (FT_Int32)( value << sign_shift ) >> sign_shift ); value = (FT_ULong)( (FT_Int32)( value << sign_shift ) >> sign_shift );

View File

@ -2313,7 +2313,7 @@
* *
* 1) we have a `tricky' font that heavily relies on the interpreter to * 1) we have a `tricky' font that heavily relies on the interpreter to
* render glyphs correctly, for example DFKai-SB, or * 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 * In those cases, backward compatibility needs to be turned off to get
* correct rendering. The rendering is then completely up to the * correct rendering. The rendering is then completely up to the