From 8988571824bf3fba1bdbb92a18f706502f43d092 Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Mon, 15 May 2017 00:47:36 +0200 Subject: util/disk_cache: fix a comment Reviewed-by: Timothy Arceri --- src/util/disk_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3