]> git.kaiwu.me - nginx.git/commitdiff
Fixed reference to time parsing code after 8b6fa4842133.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 13 Sep 2017 12:51:58 +0000 (15:51 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 13 Sep 2017 12:51:58 +0000 (15:51 +0300)
src/core/ngx_times.c

index 843314aba7b89642678040aeb966bfd4cec47a9c..1e36675e360d5fa33459cf72c2f339d9cf790b73 100644 (file)
@@ -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 */