From: Francesco Chemolli Date: Mon, 31 Aug 2015 09:20:20 +0000 (+0200) Subject: Fix some comments X-Git-Tag: SQUID_4_0_1~81^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f643e945b5d6a352ed2171f07ce5df57fc3fa9d;p=thirdparty%2Fsquid.git Fix some comments --- diff --git a/src/ClientInfo.h b/src/ClientInfo.h index 07f4195fb3..c84f7d3f78 100644 --- a/src/ClientInfo.h +++ b/src/ClientInfo.h @@ -15,7 +15,7 @@ #include "hash.h" #include "ip/Address.h" #include "LogTags.h" -#include "typedefs.h" //for kb_t +#include "typedefs.h" #include diff --git a/src/SquidTime.h b/src/SquidTime.h index 2f720dc2e0..5db686ad3a 100644 --- a/src/SquidTime.h +++ b/src/SquidTime.h @@ -16,7 +16,7 @@ #include /* NP: sys/time.h is provided by libcompat */ -/* Use uint64_t to store milliseconds*/ +/* Use uint64_t to store milliseconds */ typedef uint64_t time_msec_t; /* globals for accessing time */