Consistently use TODO for to-dos.
diff --git a/lib/zip_file_get_offset.c b/lib/zip_file_get_offset.c
index 65a011f..e8c199f 100644
--- a/lib/zip_file_get_offset.c
+++ b/lib/zip_file_get_offset.c
@@ -63,7 +63,7 @@
 	return 0;
     }
 
-    /* XXX: cache? */
+    /* TODO: cache? */
     if ((size=_zip_dirent_size(za->zp, ZIP_EF_LOCAL, error)) < 0)
 	return 0;