From 6a1edb8c9751bebd463664227d60e0218af18dd2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 8 Jun 2022 11:38:17 -0600 Subject: [PATCH] [set-digest] One more rename --- src/hb-set-digest.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-set-digest.hh b/src/hb-set-digest.hh index e288a2a93..bc1c12f0e 100644 --- a/src/hb-set-digest.hh +++ b/src/hb-set-digest.hh @@ -50,7 +50,7 @@ * at the subtable-level. Both have performance win. * * The main filter we use is a combination of three bits-pattern - * filters. A lowest-bits filter checks a number of bits (5 or 6) + * 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