summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_string.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-09-07 11:31:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-09-07 11:31:20 +0000
commit14d92237d13a4d28251e75619946279df4a19cc9 (patch)
tree5fc9882161d0930868e7b2464b4863aca4008736 /src/core/ngx_string.c
parentbfa9302e8976db62f6628a255016314f450b5e5b (diff)
downloadnginx-14d92237d13a4d28251e75619946279df4a19cc9.tar.gz
nginx-14d92237d13a4d28251e75619946279df4a19cc9.tar.bz2
merge r3047, r3048, r3049:
twice termination delay only after SIGALRM, otherwise many separate SIGCHLD and SIGIO signals quickly increase delay to the level when SIGKILL is sent
Diffstat (limited to 'src/core/ngx_string.c')
-rw-r--r--src/core/ngx_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_string.c b/src/core/ngx_string.c
index d73cb8699..e73dc41d8 100644
--- a/src/core/ngx_string.c
+++ b/src/core/ngx_string.c
@@ -87,7 +87,7 @@ ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src)
*
* reserved:
* %t ptrdiff_t
- * %S null-teminated wchar string
+ * %S null-terminated wchar string
* %C wchar
*/