From: Francesco Chemolli Date: Mon, 26 Sep 2011 20:05:40 +0000 (+0200) Subject: Clarified some auxiliary struct documentation X-Git-Tag: BumpSslServerFirst.take01~126^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4cb59133f5888d37a076861a19fa21438e01cd0;p=thirdparty%2Fsquid.git Clarified some auxiliary struct documentation --- diff --git a/src/HttpHdrCc.cc b/src/HttpHdrCc.cc index 820a6d3833..443b4d6a39 100644 --- a/src/HttpHdrCc.cc +++ b/src/HttpHdrCc.cc @@ -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;