diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_degradation_module.c	Mon Apr 02 21:31:45 2012 +0000
+++ b/src/http/modules/ngx_http_degradation_module.c	Tue Apr 03 07:37:31 2012 +0000
@@ -126,7 +126,7 @@
              * ELF/i386 is loaded at 0x08000000, 128M
              * ELF/amd64 is loaded at 0x00400000, 4M
              *
-             * use a function address to substract the loading address
+             * use a function address to subtract the loading address
              */
 
             sbrk_size = (size_t) sbrk(0) - ((uintptr_t) ngx_palloc & ~0x3FFFFF);