]> git.kaiwu.me - nginx.git/commitdiff
fix comment
authorIgor Sysoev <igor@sysoev.ru>
Wed, 26 Sep 2007 12:23:34 +0000 (12:23 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 26 Sep 2007 12:23:34 +0000 (12:23 +0000)
src/core/ngx_string.c

index 508158c8be24b2b142e7d2781d0b6c3f6fb5bc1b..bdce0c1695abe7d0c69c47b34e1be480c67fec87 100644 (file)
@@ -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.