comparison src/http/modules/ngx_http_degradation_module.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 d620f497c50f
children
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
124 124
125 /* 125 /*
126 * ELF/i386 is loaded at 0x08000000, 128M 126 * ELF/i386 is loaded at 0x08000000, 128M
127 * ELF/amd64 is loaded at 0x00400000, 4M 127 * ELF/amd64 is loaded at 0x00400000, 4M
128 * 128 *
129 * use a function address to substract the loading address 129 * use a function address to subtract the loading address
130 */ 130 */
131 131
132 sbrk_size = (size_t) sbrk(0) - ((uintptr_t) ngx_palloc & ~0x3FFFFF); 132 sbrk_size = (size_t) sbrk(0) - ((uintptr_t) ngx_palloc & ~0x3FFFFF);
133 sbrk_time = now; 133 sbrk_time = now;
134 log = 1; 134 log = 1;