Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2017-09-13 15:51:58 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2017-09-13 15:51:58 +0300
commit53bea399a006054350e9068b3a23f3dea89b1c0e (patch)
tree9a2715d2b65035d1ab10df48736913e5ddf04fd0 /src/core/ngx_times.c
parent559017768ece4f5328ae0018f337fbe05865c5a8 (diff)
Fixed reference to time parsing code after 8b6fa4842133.
Diffstat (limited to 'src/core/ngx_times.c')
-rw-r--r--src/core/ngx_times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_times.c b/src/core/ngx_times.c
index 843314aba..1e36675e3 100644
--- a/src/core/ngx_times.c
+++ b/src/core/ngx_times.c
@@ -320,7 +320,7 @@ ngx_gmtime(time_t t, ngx_tm_t *tp)
/*
* the algorithm based on Gauss' formula,
- * see src/http/ngx_http_parse_time.c
+ * see src/core/ngx_parse_time.c
*/
/* days since March 1, 1 BC */