]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix some comments
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 31 Aug 2015 09:20:20 +0000 (11:20 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 31 Aug 2015 09:20:20 +0000 (11:20 +0200)
src/ClientInfo.h
src/SquidTime.h

index 07f4195fb3d552a81f1c93500b4112014cadd03b..c84f7d3f78a1ab45673efbd51de1f0071e4e68ca 100644 (file)
@@ -15,7 +15,7 @@
 #include "hash.h"
 #include "ip/Address.h"
 #include "LogTags.h"
-#include "typedefs.h" //for kb_t
+#include "typedefs.h"
 
 #include <deque>
 
index 2f720dc2e010f949c7a62f65b8c88912d3103d5a..5db686ad3ac477e166e8a3a1efc7429ed98f9e27 100644 (file)
@@ -16,7 +16,7 @@
 #include <ctime>
 /* 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 */