commit | a6a7715bac8b0c8f5473b84bc649c315ad4d2d51 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 04 20:51:21 2015 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 04 20:51:21 2015 -0800 |
tree | e448b5aaf258539a02dcf4fbfcb62cb52dfb0e74 | |
parent | 6c48ec830ffac00a920d047ed77acd1b05549074 [diff] |
Comments
diff --git a/src/hb-font-private.hh b/src/hb-font-private.hh index 952682d..b969143 100644 --- a/src/hb-font-private.hh +++ b/src/hb-font-private.hh
@@ -61,7 +61,7 @@ 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;