[nginx] Mail: fixed a comment.

Ruslan Ermilov ru at nginx.com
Wed Feb 11 12:51:45 UTC 2015


details:   http://hg.nginx.org/nginx/rev/eb4ba3800c31
branches:  
changeset: 5978:eb4ba3800c31
user:      Ruslan Ermilov <ru at nginx.com>
date:      Fri Jan 23 15:23:27 2015 +0300
description:
Mail: fixed a comment.

diffstat:

 src/mail/ngx_mail.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 26c127bab5ef -r eb4ba3800c31 src/mail/ngx_mail.c
--- a/src/mail/ngx_mail.c	Thu Jan 22 16:23:32 2015 +0300
+++ b/src/mail/ngx_mail.c	Fri Jan 23 15:23:27 2015 +0300
@@ -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++) {



More information about the nginx-devel mailing list