]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Clarified some auxiliary struct documentation
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 26 Sep 2011 20:05:40 +0000 (22:05 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 26 Sep 2011 20:05:40 +0000 (22:05 +0200)
src/HttpHdrCc.cc

index 820a6d383321daaa0c21c05b86c97c34e615e8e0..443b4d6a3907fc8ba8b86aa18449d90c21d8a732 100644 (file)
@@ -55,7 +55,7 @@ class strblob {
     size_t theLen;
 };
 
-/* this table is used for parsing cache control header and statistics */
+/* a row in the table used for parsing cache control header and statistics */
 typedef struct {
     const char *name;
     http_hdr_cc_type id;