]> git.kaiwu.me - nginx.git/commitdiff
Mail: fixed a comment.
authorRuslan Ermilov <ru@nginx.com>
Fri, 23 Jan 2015 12:23:27 +0000 (15:23 +0300)
committerRuslan Ermilov <ru@nginx.com>
Fri, 23 Jan 2015 12:23:27 +0000 (15:23 +0300)
src/mail/ngx_mail.c

index 5a7cb6bf67ef7d5ad5a569395b256260618dcfdb..bf1b858df092261949d68f8bec29fcbf18ff54e8 100644 (file)
@@ -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++) {