Skip to content

Commit

Permalink
Mail: fixed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdocguard committed Jan 23, 2015
1 parent 3352461 commit 0b30dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mail/ngx_mail.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 0b30dec

Please sign in to comment.