[HB] Rebrand XXX as TODO
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Aug 2009 22:27:28 +0000 (18:27 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Aug 2009 22:27:28 +0000 (18:27 -0400)
pango/opentype/hb-open-file-private.hh

index 0d4912a..ee7dc60 100644 (file)
@@ -118,8 +118,8 @@ struct TTCHeader
     SANITIZE_DEBUG ();
     if (!SANITIZE (version)) return false;
     if (version.major < 1 || version.major > 2) return true;
-    /* XXX Maybe we shouldn't NEUTER these offsets, they may cause a full copy of
-     * the whole font right now. */
+    /* TODO Maybe we shouldn't NEUTER these offsets, they may cause a full copy
+     * of the whole font right now. */
     return table.sanitize (SANITIZE_ARG, CONST_CHARP(this), CONST_CHARP(this));
   }