diff --git a/src/hb-ot-os2-table.hh b/src/hb-ot-os2-table.hh index 5b017d56a..981fccb47 100644 --- a/src/hb-ot-os2-table.hh +++ b/src/hb-ot-os2-table.hh @@ -237,7 +237,7 @@ struct OS2 return_trace (true); /* when --gids option is not used, no need to do collect_mapping that is - * iterating all codepoints in each subtable, which is not efficient */ + * iterating all codepoints in each subtable, which is not efficient */ uint16_t min_cp, max_cp; find_min_and_max_codepoint (c->plan->unicodes, &min_cp, &max_cp); os2_prime->usFirstCharIndex = min_cp;