Minor
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 2 Aug 2018 08:36:08 +0000 (01:36 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 2 Aug 2018 08:36:08 +0000 (01:36 -0700)
src/hb-machinery-private.hh

index 081cbbf..140bff6 100644 (file)
@@ -587,7 +587,7 @@ struct BEInt<Type, 4>
 
 
 /*
- * Lazy struct and blob loaders.
+ * Lazy loaders.
  */
 
 template <unsigned int WheresFace,
@@ -649,6 +649,8 @@ struct hb_base_lazy_loader_t
   mutable Stored *instance;
 };
 
+/* Specializations. */
+
 template <unsigned int WheresFace, typename T>
 struct hb_lazy_loader_t : hb_base_lazy_loader_t<WheresFace, hb_lazy_loader_t<WheresFace, T>, T>
 {