Fixed reference to time parsing code after 8b6fa4842133.

This commit is contained in:
Maxim Dounin 2017-09-13 15:51:58 +03:00
parent 559017768e
commit 53bea399a0

View File

@ -320,7 +320,7 @@ ngx_gmtime(time_t t, ngx_tm_t *tp)
/* /*
* the algorithm based on Gauss' formula, * 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 */ /* days since March 1, 1 BC */