[docs] Rename overflow_resolution to repacker

This commit is contained in:
Behdad Esfahbod 2021-10-12 16:11:25 -07:00
parent 9bd7ba5019
commit a7a3608553
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
/* /*
* For a detailed writeup on the overflow resolution algorithm see: * For a detailed writeup on the overflow resolution algorithm see:
* docs/overflow_resolution.md * docs/repacker.md
*/ */
struct graph_t struct graph_t
@ -898,7 +898,7 @@ static bool _process_overflows (const hb_vector_t<graph_t::overflow_record_t>& o
* duplicated. * duplicated.
* *
* For a detailed writeup describing how the algorithm operates see: * For a detailed writeup describing how the algorithm operates see:
* docs/overflow_resolution.md * docs/repacker.md
*/ */
inline void inline void
hb_resolve_overflows (const hb_vector_t<hb_serialize_context_t::object_t *>& packed, hb_resolve_overflows (const hb_vector_t<hb_serialize_context_t::object_t *>& packed,