mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
s/the the/the/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
modules/cache/cache_util.h
vendored
2
modules/cache/cache_util.h
vendored
@ -264,7 +264,7 @@ int cache_check_freshness(cache_handle_t *h, cache_request_rec *cache,
|
||||
* Try obtain a cache wide lock on the given cache key.
|
||||
*
|
||||
* If we return APR_SUCCESS, we obtained the lock, and we are clear to
|
||||
* proceed to the backend. If we return APR_EEXISTS, the the lock is
|
||||
* proceed to the backend. If we return APR_EEXISTS, then the lock is
|
||||
* already locked, someone else has gone to refresh the backend data
|
||||
* already, so we must return stale data with a warning in the mean
|
||||
* time. If we return anything else, then something has gone pear
|
||||
|
Reference in New Issue
Block a user