summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-05-29 09:26:33 +0300
committerRuslan Ermilov <ru@nginx.com>2015-05-29 09:26:33 +0300
commit087c31e8b255754f1f25d3ca3381bb46b2ccac66 (patch)
treec5b93fd2b86a642044f399b84f5b5d2f7dfc9a0a /src
parent3de18022d862b120311696e2c58861a4ac6a928d (diff)
downloadnginx-087c31e8b255754f1f25d3ca3381bb46b2ccac66.tar.gz
nginx-087c31e8b255754f1f25d3ca3381bb46b2ccac66.tar.bz2
Fixed bullying style of comments.
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_log.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h
index cb80b5f83..b9b10a169 100644
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -111,7 +111,7 @@ void ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,
/*********************************/
-#else /* NO VARIADIC MACROS */
+#else /* no variadic macros */
#define NGX_HAVE_VARIADIC_MACROS 0
@@ -123,7 +123,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err,
const char *fmt, ...);
-#endif /* VARIADIC MACROS */
+#endif /* variadic macros */
/*********************************/
@@ -166,7 +166,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err,
arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
-#else /* NO VARIADIC MACROS */
+#else /* no variadic macros */
#define ngx_log_debug0(level, log, err, fmt) \
if ((log)->log_level & level) \
@@ -211,7 +211,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_log_t *log, ngx_err_t err,
#endif
-#else /* NO NGX_DEBUG */
+#else /* !NGX_DEBUG */
#define ngx_log_debug0(level, log, err, fmt)
#define ngx_log_debug1(level, log, err, fmt, arg1)