]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SquidTime.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / SquidTime.h
index dc5653351e5fb480190c61a649679bc02435f221..bceb9db53f9d04cd86e25f5a72fee6715eba8e8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -16,7 +16,7 @@
 #include <ctime>
 /* NP: sys/time.h is provided by libcompat */
 
-/*Use uint64_t to store miliseconds*/
+/* Use uint64_t to store milliseconds */
 typedef uint64_t time_msec_t;
 
 /* globals for accessing time */