comparison src/http/ngx_http_parse.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 4988fa232629
children 5d86ab8f2340
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
1095 1095
1096 while (p <= r->uri_end) { 1096 while (p <= r->uri_end) {
1097 1097
1098 /* 1098 /*
1099 * we use "ch = *p++" inside the cycle, but this operation is safe, 1099 * we use "ch = *p++" inside the cycle, but this operation is safe,
1100 * because after the URI there is always at least one charcter: 1100 * because after the URI there is always at least one character:
1101 * the line feed 1101 * the line feed
1102 */ 1102 */
1103 1103
1104 ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 1104 ngx_log_debug4(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
1105 "s:%d in:'%Xd:%c', out:'%c'", state, ch, ch, *u); 1105 "s:%d in:'%Xd:%c', out:'%c'", state, ch, ch, *u);