diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-01-23 15:23:27 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-01-23 15:23:27 +0300 |
commit | 0b30dec0d3d753ee206af271e7c83ff6799766bc (patch) | |
tree | 7eaec1236293e6ee659027c965e28614fc42d66a /src | |
parent | 3352461916fe6ad4613cb46a2a37a5b76b4282ad (diff) | |
download | nginx-0b30dec0d3d753ee206af271e7c83ff6799766bc.tar.gz nginx-0b30dec0d3d753ee206af271e7c83ff6799766bc.zip |
Mail: fixed a comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/mail/ngx_mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |