changeset 7102:63699a40e2ff

Fixed reference to time parsing code after 8b6fa4842133.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 13 Sep 2017 15:51:58 +0300
parents b38a8f0ca4a2
children 644d0457782a
files src/core/ngx_times.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */