]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/purge/copyout.cc
Maintenance: Remove FIXME and \todo labels (#647)
[thirdparty/squid.git] / tools / purge / copyout.cc
index 2a07d29a9241981747a93bd07feb80a4252d7e1e..996d7ce9b1fb6db10a17e65e2d5aebdce09a24bc 100644 (file)
@@ -180,7 +180,7 @@ copy_out( size_t filesize, size_t metasize, unsigned debug,
     }
 
     // find double CRLF sequence (actually, look at the FSM below)
-    // FIXME: this only looks at the already known buffer read previously,
+    // XXX: this only looks at the already known buffer read previously,
     // which is globally passed (yuck)! As a limitation, the content data
     // *must* begin within the buffer size (that is: 16k)!
     if ( ! copyHdr ) {