From e605c367c5627e7ab05af9cb59247a89290e598a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 6 Aug 2009 18:27:28 -0400 Subject: [PATCH] [HB] Rebrand XXX as TODO --- src/hb-open-file-private.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 0d4912a36..ee7dc60ae 100644 --- a/src/hb-open-file-private.hh +++ b/src/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)); }