Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 11 Nov 2018 21:25:43 +0000 (16:25 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 11 Nov 2018 21:25:43 +0000 (16:25 -0500)
src/hb-face.cc
src/hb-face.hh

index 952e6a6..da73433 100644 (file)
@@ -96,7 +96,7 @@ DEFINE_NULL_INSTANCE (hb_face_t) =
 #undef HB_SHAPER_IMPLEMENT
   },
 
-  HB_ATOMIC_PTR_INIT (nullptr), /* shape_plans */
+  /* Zero for the rest is fine. */
 };
 
 
index 726f688..5d22f4a 100644 (file)
@@ -54,7 +54,7 @@ struct hb_face_t
 
   struct hb_shaper_data_t shaper_data; /* Various shaper data. */
 
-  hb_ot_face_t table;
+  hb_ot_face_t table;                  /* All the face's tables. */
 
   /* Cache */
   struct plan_node_t