comparison src/http/ngx_http_variables.c @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents 8865fd1f3aa5
children 045bb3ef3ffc
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
110 */ 110 */
111 111
112 /* 112 /*
113 * the $http_host, $http_user_agent, $http_referer, $http_via, 113 * the $http_host, $http_user_agent, $http_referer, $http_via,
114 * and $http_x_forwarded_for variables may be handled by generic 114 * and $http_x_forwarded_for variables may be handled by generic
115 * ngx_http_variable_unknown_header_in(), but for perfomance reasons 115 * ngx_http_variable_unknown_header_in(), but for performance reasons
116 * they are handled using dedicated entries 116 * they are handled using dedicated entries
117 */ 117 */
118 118
119 static ngx_http_variable_t ngx_http_core_variables[] = { 119 static ngx_http_variable_t ngx_http_core_variables[] = {
120 120