From: Ruslan Ermilov Date: Fri, 23 Jan 2015 12:23:27 +0000 (+0300) Subject: Mail: fixed a comment. X-Git-Tag: release-1.7.11~76 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=0b30dec0d3d753ee206af271e7c83ff6799766bc;p=nginx.git Mail: fixed a comment. --- diff --git a/src/mail/ngx_mail.c b/src/mail/ngx_mail.c index 5a7cb6bf6..bf1b858df 100644 --- a/src/mail/ngx_mail.c +++ b/src/mail/ngx_mail.c @@ -98,7 +98,7 @@ ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) *(ngx_mail_conf_ctx_t **) conf = ctx; - /* count the number of the http modules and set up their indices */ + /* count the number of the mail modules and set up their indices */ ngx_mail_max_module = 0; for (m = 0; ngx_modules[m]; m++) {