nginx-0.0.10-2004-09-14-23:39:54 import
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h
index 21d3e6b..45ab6e0 100644
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -223,8 +223,8 @@
#define ngx_log_debug4(level, log, err, fmt, arg1, arg2, arg3, arg4)
#define ngx_log_debug5(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5)
#define ngx_log_debug6(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5, arg6)
-#define ngx_log_debug7(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5, arg6,
- arg7)
+#define ngx_log_debug7(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5, \
+ arg6, arg7)
#endif
diff --git a/src/core/ngx_palloc.c b/src/core/ngx_palloc.c
index 77c1132..fe469ec 100644
--- a/src/core/ngx_palloc.c
+++ b/src/core/ngx_palloc.c
@@ -86,7 +86,7 @@
}
}
- /* alloc a new pool block */
+ /* allocate a new pool block */
if (!(n = ngx_create_pool((size_t) (p->end - (char *) p), p->log))) {
return NULL;
@@ -99,7 +99,7 @@
return m;
}
- /* alloc a large block */
+ /* allocate a large block */
large = NULL;
last = NULL;