changeset 5978:eb4ba3800c31

Mail: fixed a comment.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 23 Jan 2015 15:23:27 +0300
parents 26c127bab5ef
children b2920b517490
files src/mail/ngx_mail.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mail/ngx_mail.c
+++ b/src/mail/ngx_mail.c
@@ -98,7 +98,7 @@ ngx_mail_block(ngx_conf_t *cf, ngx_comma
 
     *(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++) {