Comments
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 5 Nov 2015 04:51:21 +0000 (20:51 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 5 Nov 2015 04:51:21 +0000 (20:51 -0800)
src/hb-font-private.hh

index 952682d..b969143 100644 (file)
@@ -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;