comparison src/http/ngx_http_core_module.c @ 4203:a949b15df739

Fixed grammar in a comment.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 12 Oct 2011 09:34:53 +0000
parents 7a739880b80c
children 657aaedcc0e3
comparison
equal deleted inserted replaced
4202:7a739880b80c 4203:a949b15df739
3371 3371
3372 conf->types_hash_bucket_size = ngx_align(conf->types_hash_bucket_size, 3372 conf->types_hash_bucket_size = ngx_align(conf->types_hash_bucket_size,
3373 ngx_cacheline_size); 3373 ngx_cacheline_size);
3374 3374
3375 /* 3375 /*
3376 * the special handling the "types" directive in the "http" section 3376 * the special handling of the "types" directive in the "http" section
3377 * to inherit the http's conf->types_hash to all servers 3377 * to inherit the http's conf->types_hash to all servers
3378 */ 3378 */
3379 3379
3380 if (prev->types && prev->types_hash.buckets == NULL) { 3380 if (prev->types && prev->types_hash.buckets == NULL) {
3381 3381