diff options
author | Neel Chauhan <neel@neelc.org> | 2018-11-13 10:33:51 -0500 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2018-11-13 10:33:51 -0500 |
commit | ec93385cb235a9aafc7bd3bd83a440b3f35ff6fd (patch) | |
tree | 299523a92b4ddf847b6112c538ede565d28011ac /src/feature/rend/rendcache.c | |
parent | d000e798acce374225ead0bd074169ad611bf001 (diff) | |
download | tor-ec93385cb235a9aafc7bd3bd83a440b3f35ff6fd.tar.gz tor-ec93385cb235a9aafc7bd3bd83a440b3f35ff6fd.zip |
Comment for rend_cache_failure in feature/rend/rendcache.c: "usuable" should be "usable"
Diffstat (limited to 'src/feature/rend/rendcache.c')
-rw-r--r-- | src/feature/rend/rendcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/rend/rendcache.c b/src/feature/rend/rendcache.c index 848386b97d..b851e71959 100644 --- a/src/feature/rend/rendcache.c +++ b/src/feature/rend/rendcache.c @@ -45,7 +45,7 @@ STATIC digestmap_t *rend_cache_v2_dir = NULL; * looked up in this cache and if present, it is discarded from the fetched * descriptor. At the end, all IP(s) in the cache, for a specific service * ID, that were NOT present in the descriptor are removed from this cache. - * Which means that if at least one IP was not in this cache, thus usuable, + * Which means that if at least one IP was not in this cache, thus usable, * it's considered a new descriptor so we keep it. Else, if all IPs were in * this cache, we discard the descriptor as it's considered unusable. * |