aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_file.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/core/ngx_file.c
parent7744472c8e4db956bd29c030fdca1e55f5b007fe (diff)
downloadnginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.gz
nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.zip
Fixed spelling in multiline C comments.
Diffstat (limited to 'src/core/ngx_file.c')
-rw-r--r--src/core/ngx_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_file.c b/src/core/ngx_file.c
index ce3a0a282..d9b30f844 100644
--- a/src/core/ngx_file.c
+++ b/src/core/ngx_file.c
@@ -808,7 +808,7 @@ failed:
* reallocated if ctx->alloc is nonzero
*
* ctx->alloc - a size of data structure that is allocated at every level
- * and is initilialized by ctx->init_handler()
+ * and is initialized by ctx->init_handler()
*
* ctx->log - a log
*