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;