summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_busy_lock.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-10-14 18:56:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-10-14 18:56:15 +0000
commit2d3f3f6eb682a407700a7fcadc67ad8e703249da (patch)
treeca69b0bb63042eb0375aba85340c6cd28358d0ab /src/http/ngx_http_busy_lock.h
parent47a1ebb05086c82141b19377bbaafa9d68414281 (diff)
downloadnginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.tar.gz
nginx-2d3f3f6eb682a407700a7fcadc67ad8e703249da.tar.bz2
fix English grammar
Diffstat (limited to 'src/http/ngx_http_busy_lock.h')
-rw-r--r--src/http/ngx_http_busy_lock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_busy_lock.h b/src/http/ngx_http_busy_lock.h
index 05e2667b9..d793e2966 100644
--- a/src/http/ngx_http_busy_lock.h
+++ b/src/http/ngx_http_busy_lock.h
@@ -17,7 +17,7 @@
typedef struct {
u_char *md5_mask;
char *md5;
- int cachable;
+ int cacheable;
int busy;
int max_busy;
@@ -41,8 +41,8 @@ typedef struct {
int ngx_http_busy_lock(ngx_http_busy_lock_t *bl, ngx_http_busy_lock_ctx_t *bc);
-int ngx_http_busy_lock_cachable(ngx_http_busy_lock_t *bl,
- ngx_http_busy_lock_ctx_t *bc, int lock);
+int ngx_http_busy_lock_cacheable(ngx_http_busy_lock_t *bl,
+ ngx_http_busy_lock_ctx_t *bc, int lock);
void ngx_http_busy_unlock(ngx_http_busy_lock_t *bl,
ngx_http_busy_lock_ctx_t *bc);