[pango] [HB] Rebrand XXX as TODO



commit 2b067b28aee93c2275644b0a1dc3b04ad751bda6
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu Aug 6 18:27:28 2009 -0400

    [HB] Rebrand XXX as TODO

 pango/opentype/hb-open-file-private.hh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/opentype/hb-open-file-private.hh b/pango/opentype/hb-open-file-private.hh
index 0d4912a..ee7dc60 100644
--- a/pango/opentype/hb-open-file-private.hh
+++ b/pango/opentype/hb-open-file-private.hh
@@ -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));
   }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]