diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-12 17:25:12 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-12 17:25:12 +0000 |
commit | 43beb6c40a44f94208e9ad1355758e58733bc1c2 (patch) | |
tree | a19c050f8c2df690142e7c99996ffbca08bea3a2 /src/os/win32/ngx_time.c | |
parent | d0d57b769ea960f7b4a8a95639580c91cfb5d4c5 (diff) | |
download | nginx-43beb6c40a44f94208e9ad1355758e58733bc1c2.tar.gz nginx-43beb6c40a44f94208e9ad1355758e58733bc1c2.zip |
nginx-0.0.1-2003-11-12-20:25:12 import
Diffstat (limited to 'src/os/win32/ngx_time.c')
-rw-r--r-- | src/os/win32/ngx_time.c | 2 |
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. |