aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2018-05-29 11:47:32 +0300
committerRuslan Ermilov <ru@nginx.com>2018-05-29 11:47:32 +0300
commit4271e48911bca21c8b81f2d8971218a6f1692468 (patch)
tree17e114fca7385de8ec78c40f93de8cbb89968e16 /src
parent1ef5c9ce6f03907dad1677d25f108d2bf59a5c15 (diff)
downloadnginx-4271e48911bca21c8b81f2d8971218a6f1692468.tar.gz
nginx-4271e48911bca21c8b81f2d8971218a6f1692468.zip
Win32: fixed comment in ngx_gettimeofday() calculations.
Diffstat (limited to 'src')
-rw-r--r--src/os/win32/ngx_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_time.c b/src/os/win32/ngx_time.c
index bd6d28766..79149b2c7 100644
--- a/src/os/win32/ngx_time.c
+++ b/src/os/win32/ngx_time.c
@@ -23,7 +23,7 @@ ngx_gettimeofday(struct timeval *tp)
* January 1, 1601 12:00 A.M. UTC.
*
* Between January 1, 1970 (Epoch) and January 1, 1601 there were
- * 134744 days,
+ * 134774 days,
* 11644473600 seconds or
* 11644473600,000,000,0 100-nanosecond intervals.
*