fix XXX comment

--HG--
branch : HEAD
diff --git a/lib/zip_open.c b/lib/zip_open.c
index c3be7bf..47cf15e 100644
--- a/lib/zip_open.c
+++ b/lib/zip_open.c
@@ -1,5 +1,5 @@
 /*
-  $NiH: zip_open.c,v 1.26 2004/12/22 15:49:19 wiz Exp $
+  $NiH: zip_open.c,v 1.27 2005/01/11 18:11:44 dillo Exp $
 
   zip_open.c -- open zip archive
   Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner
@@ -270,7 +270,7 @@
     cd->comment = NULL;
     cd->comment_len = _zip_read2(&cdp);
 
-    /* XXX: some zip files are broken; their internal comment length
+    /* some zip files are broken; their internal comment length
        says 0, but they have 1 or 2 comment bytes */
     if ((comlen-cd->comment_len < 0) || (comlen-cd->comment_len > 2)
 	|| (cd->nentry != i)) {