aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_time.c')
-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 0aa2c5e74..435f43015 100644
--- a/src/os/win32/ngx_time.c
+++ b/src/os/win32/ngx_time.c
@@ -15,7 +15,7 @@ void ngx_gettimeofday(struct timeval *tp)
* of 100-nanosecond intervals that have elapsed since
* 12:00 A.M. January 1, 1601 (UTC).
*
- * Between January 1, 1970 (Epoch) and January 1, 1601 there are
+ * Between January 1, 1970 (Epoch) and January 1, 1601 there were
* 134744 days,
* 11644473600 seconds or
* 11644473600,000,000,0 100-nanosecond intervals.