summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_degradation_module.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-04-03 07:37:31 +0000
committerRuslan Ermilov <ru@nginx.com>2012-04-03 07:37:31 +0000
commit47a04aaa275d1a9b4a51997910f2b2a881464943 (patch)
tree349db1df06558325e03e3026293c52a309f49799 /src/http/modules/ngx_http_degradation_module.c
parent7744472c8e4db956bd29c030fdca1e55f5b007fe (diff)
downloadnginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.gz
nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.bz2
Fixed spelling in multiline C comments.
Diffstat (limited to 'src/http/modules/ngx_http_degradation_module.c')
-rw-r--r--src/http/modules/ngx_http_degradation_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_degradation_module.c b/src/http/modules/ngx_http_degradation_module.c
index 0b1368f3b..b9c65cdc9 100644
--- a/src/http/modules/ngx_http_degradation_module.c
+++ b/src/http/modules/ngx_http_degradation_module.c
@@ -126,7 +126,7 @@ ngx_http_degraded(ngx_http_request_t *r)
* 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);