summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/disk_cache.h2
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