Comments typos

This commit is contained in:
Behdad Esfahbod 2022-06-08 11:45:14 -06:00
parent 4119f73c21
commit d4ddb3acf8
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@
* The main filter we use is a combination of three bits-pattern
* filters. A bits-pattern filter checks a number of bits (5 or 6)
* of the input number (glyph-id in this case) and checks whether
* its pattern is amongs the patterns of any of the accepted values.
* The accepted values are represented as a "long" integer. The
* its pattern is amongst the patterns of any of the accepted values.
* The accepted patterns are represented as a "long" integer. The
* check is done using four bitwise operations only.
*/