diff options
author | Nicolai Hähnle <[email protected]> | 2017-05-15 00:47:36 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-07-03 13:57:01 +0200 |
commit | 8988571824bf3fba1bdbb92a18f706502f43d092 (patch) | |
tree | 34695606c1f13a10ae822d72507b7ef4c38299fd /src/util | |
parent | da506cce8ae8fd05b1f8e93ebed3009b8f176d59 (diff) |
util/disk_cache: fix a comment
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/disk_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/disk_cache.h b/src/util/disk_cache.h index 72f44638a55..9aade16a9ee 100644 --- a/src/util/disk_cache.h +++ b/src/util/disk_cache.h @@ -143,7 +143,7 @@ disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size); * Later this key can be checked with disk_cache_has_key(), (unless the key * has been evicted in the interim). * - * Any call to cache_record() may cause an existing, random key to be + * Any call to disk_cache_put_key() may cause an existing, random key to be * evicted from the cache. */ void |