diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-09-26 12:23:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-26 12:23:34 +0000 |
commit | 066e6323c5d7fc9f351290d0f36d6565b7c0f66f (patch) | |
tree | d50b5405b346f9140a001c6d72583ebad8453d02 /src/core/ngx_string.c | |
parent | ddc9297a4f605428e68ba7c6e952681b80da7180 (diff) | |
download | nginx-066e6323c5d7fc9f351290d0f36d6565b7c0f66f.tar.gz nginx-066e6323c5d7fc9f351290d0f36d6565b7c0f66f.zip |
fix comment
Diffstat (limited to 'src/core/ngx_string.c')
-rw-r--r-- | src/core/ngx_string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_string.c b/src/core/ngx_string.c index 508158c8b..bdce0c169 100644 --- a/src/core/ngx_string.c +++ b/src/core/ngx_string.c @@ -442,7 +442,7 @@ ngx_vsnprintf(u_char *buf, size_t max, const char *fmt, va_list args) /* - * We use ngx_strcasecmp()/ngx_strncasecmp() for 7-bit ASCII string only, + * We use ngx_strcasecmp()/ngx_strncasecmp() for 7-bit ASCII strings only, * and implement our own ngx_strcasecmp()/ngx_strncasecmp() * to avoid libc locale overhead. Besides, we use the ngx_uint_t's * instead of the u_char's, because they are slightly faster. |