summaryrefslogtreecommitdiffhomepage
path: root/auto/make
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-11-12 18:39:51 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-11-12 18:39:51 +0000
commit033598bc073da23dcec5e4ea80b85cccecd8958a (patch)
treeb5c907bbebaefe9915049d45aef7610d03157527 /auto/make
parentd39777712d97180ff439461813083cbc7892a2a1 (diff)
downloadnginx-033598bc073da23dcec5e4ea80b85cccecd8958a.tar.gz
nginx-033598bc073da23dcec5e4ea80b85cccecd8958a.tar.bz2
Merge of r4870, r4871, r4890, r4895: minor fixes.
*) Made sure to initialize the entire ngx_file_t structure. Found by Coverity. *) Correct plural form for "path" in the whole source base. *) Removed conditional compilation from waitpid() error test. There are reports that call to a signal handler for an exited process despite waitpid() already called for the process may happen on Linux as well. *) Style, parentheses instead of braces in misc/GNUMakefile.
Diffstat (limited to 'auto/make')
-rw-r--r--auto/make6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/make b/auto/make
index e7f549040..05b74543c 100644
--- a/auto/make
+++ b/auto/make
@@ -49,7 +49,7 @@ END
ngx_all_srcs="$CORE_SRCS"
-# the core dependences and include pathes
+# the core dependences and include paths
ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
| sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
@@ -69,7 +69,7 @@ CORE_INCS = $ngx_include_opt$ngx_incs
END
-# the http dependences and include pathes
+# the http dependences and include paths
if [ $HTTP = YES ]; then
@@ -95,7 +95,7 @@ END
fi
-# the mail dependences and include pathes
+# the mail dependences and include paths
if [ $MAIL = YES ]; then