From a6a7715bac8b0c8f5473b84bc649c315ad4d2d51 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 4 Nov 2015 20:51:21 -0800 Subject: [PATCH] Comments --- src/hb-font-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-font-private.hh b/src/hb-font-private.hh index 952682d0..b9691438 100644 --- a/src/hb-font-private.hh +++ b/src/hb-font-private.hh @@ -61,7 +61,7 @@ struct hb_font_funcs_t { hb_bool_t immutable; - /* Don't access these directly. Call hb_font_get_*() instead. */ + /* Don't access these directly. Call font->get_*() instead. */ struct { #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_func_t name; -- GitLab