util/disk_cache: fix a comment
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Sun, 14 May 2017 22:47:36 +0000 (00:47 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 3 Jul 2017 11:57:01 +0000 (13:57 +0200)
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/util/disk_cache.h

index 72f44638a55948c5525d087722dad300917d12ad..9aade16a9ee9fad773e301830541a2ccb82e80bf 100644 (file)
@@ -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